import type { StoryObj } from '@storybook/react'; import { CloseableFlashProps } from '../..'; declare const meta: { title: string; component: import("react").FC; tags: string[]; parameters: { layout: string; }; }; export default meta; type Story = StoryObj; export declare const CloseableFlashDay: Story; export declare const CloseableFlashNight: Story;