import { StoryObj } from "@storybook/react-vite"; import React from "react"; import { fn } from "storybook/test"; declare const _default: { title: string; component: React.FC; parameters: { a11y: { disable: boolean; }; iframe: { url: string; }; }; }; export default _default; export declare const base: StoryObj; export declare const visibleItems: { name: string; render: () => React.JSX.Element; }; export declare const gap: { name: string; render: () => React.JSX.Element; }; export declare const bleed: { name: string; render: () => React.JSX.Element; }; export declare const navigationDisplay: StoryObj; export declare const instanceRef: StoryObj<{ handleChange: ReturnType; }>; export declare const className: StoryObj;