import { DecoratorFunction } from 'storybook/internal/types';

declare const withControls: DecoratorFunction;

export { withControls };
