import { StoryObj } from "@storybook/react-vite"; declare const _default: { title: string; component: import("react").FC; parameters: { iframe: { url: string; }; }; }; export default _default; export declare const positionRelative: { name: string; render: () => import("react").JSX.Element; }; export declare const positionAbsolute: { name: string; render: () => import("react").JSX.Element; }; export declare const positionFixed: { name: string; render: () => import("react").JSX.Element; }; export declare const elevated: { name: string; render: () => import("react").JSX.Element; }; export declare const offset: { name: string; render: () => import("react").JSX.Element; }; export declare const active: { name: string; render: () => import("react").JSX.Element; }; export declare const padding: { name: string; render: () => import("react").JSX.Element; }; export declare const className: StoryObj;