import * as React from 'react'; import 'dayjs/locale/nb'; import { GrepDateRangeProps } from '..'; import { StoryObj } from '@storybook/react-vite'; declare const meta: { component: (args: Omit) => React.JSX.Element; title: string; }; export default meta; type Story = StoryObj; export declare const Standard: Story;