import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const WithInitialValue: (props: Props) => JSX.Element; export declare const MinDate: (props: Props) => JSX.Element; export declare const MaxDate: (props: Props) => JSX.Element; export declare const DateRange: (props: Props) => JSX.Element; //# sourceMappingURL=DateInput.stories.d.ts.map