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