import { StoryObj } from "@storybook/react-vite"; declare const _default: { title: string; parameters: { iframe: { url: string; }; }; }; export default _default; export declare const size: { name: string; render: () => import("react").JSX.Element; }; export declare const position: { name: string; render: () => import("react").JSX.Element; }; export declare const color: { name: string; render: () => import("react").JSX.Element; }; export declare const timeout: { name: string; render: () => import("react").JSX.Element; }; export declare const regionOptions: { name: string; render: () => import("react").JSX.Element; }; export declare const slots: { name: string; render: () => import("react").JSX.Element; }; export declare const base: StoryObj; export declare const nested: StoryObj; export declare const className: StoryObj; export declare const edgeCases: { name: string; render: () => import("react").JSX.Element; };