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