import { Story } from '@storybook/react'; import Filter, { FilterProps } from './Filter'; declare const _default: { title: string; component: typeof Filter; argTypes: { onApply: { action: string; table: { disable: boolean; }; }; onClear: { action: string; table: { disable: boolean; }; }; onSheetClose: { action: string; table: { disable: boolean; }; }; children: { table: { disable: boolean; }; }; }; }; export default _default; export declare const Demo: Story;