import { StoryObj } from "@storybook/react-vite"; import { fn } from "storybook/test"; declare const _default: { title: string; component: import("react").FC; parameters: { iframe: { url: string; }; }; }; export default _default; export declare const base: StoryObj; export declare const variant: { name: string; render: () => import("react").JSX.Element; }; export declare const size: { name: string; render: () => import("react").JSX.Element; }; export declare const valueLength: StoryObj; export declare const defaultValue: StoryObj<{ handleChange?: ReturnType; }>; export declare const value: StoryObj<{ handleChange?: ReturnType; }>; export declare const pattern: StoryObj<{ handleChange?: ReturnType; }>; export declare const className: StoryObj; export declare const formControl: StoryObj; export declare const keyboard: StoryObj;