import { StoryObj } from "@storybook/react-vite"; declare const _default: { title: string; component: import("react").FC; parameters: { iframe: { url: string; }; chromatic: { disableSnapshot: boolean; }; }; }; export default _default; export declare const scoped: StoryObj; export declare const light: StoryObj; export declare const dark: StoryObj; export declare const inherited: StoryObj; export declare const inverted: StoryObj; export declare const controlled: StoryObj; export declare const uncontrolled: StoryObj; export declare const disabledTransition: { name: string; render: () => import("react").JSX.Element; };