import { StoryObj } from '@storybook/react'; import { DateInputProps } from '.'; export declare const Primary: StoryObj; export declare const DefaultSelectedDate: StoryObj; export declare const DateRange: StoryObj; export declare const PopoverProps: StoryObj; export declare const LabelPosition: StoryObj; declare const _default: { component: ({ futureYears, pastYears, dateFormat, popoverProps, inputRef, popoverRef, defaultDate: defaultDateInput, onDateChange, onInputChange, label, labelPosition, labelWidth, minDate, maxDate, hasError, errorText, ...rest }: DateInputProps) => JSX.Element; title: string; argTypes: { onInputChange: { action: string; }; onDateChange: { action: string; }; }; parameters: { componentSubtitle: string; docs: { fds: { attributes: string[]; }; description: { component: string; }; }; }; }; export default _default;