import { Modal } from '.'; import { Meta, StoryObj } from '@storybook/react'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story; export declare const Controlled: () => JSX.Element;