import * as React from 'react'; import { GrepDatePickerProps } from '..'; import { StoryObj } from '@storybook/react-vite'; declare const meta: { component: (args: Omit) => React.JSX.Element; title: string; render: ({ ...args }: Omit) => React.JSX.Element; decorators: ((storyFn: () => React.ReactNode) => React.JSX.Element)[]; }; export default meta; type Story = StoryObj; export declare const WithError: Story; export declare const WithHelperText: Story; export declare const WithMoreControls: Story;