import { type StoryObj } from "@storybook/react";
import { Input } from "./Input";
declare const _default: {
    title: string;
    component: typeof Input;
};
export default _default;
type Story = StoryObj<typeof Input>;
export declare const Primary: Story;
