import { Input } from ".."; import type { StoryObj, Meta } from "@storybook/react"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Uncontrolled: Story; export declare const Controlled: Story; export declare const WithRightElement: Story; export declare const WithCustomCSS: Story; export declare const BugsPlayground: Story; //# sourceMappingURL=input.stories.d.ts.map