import type { Meta, StoryObj } from '@storybook/react'; import Overlay from './Overlay'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Example: Story; export declare const withBackground: Story; export declare const withBackgroundNoCloseX: Story; export declare const withBackgroundAndButtonInHeader: Story; export declare const withBackgroundAndButtonInHeaderReplacingCloseX: Story; export declare const noBackground: Story; export declare const OverlayFromOverlay: Story; export declare const Default: Story;