import type { ComponentMeta } from '@storybook/react'; import { DatePicker } from '..'; declare type GetSharedConfigProps = Pick, 'argTypes' | 'component'>; export declare const getSharedConfig: ({ component, argTypes, }: GetSharedConfigProps) => ComponentMeta; export {};