import type { ComponentMeta, ComponentStory } from '@storybook/react'; import { DatePicker } from '..'; export declare const CustomSelectors: ComponentStory; declare const storyConfig: ComponentMeta; export default storyConfig;