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