declare const _default: { title: string; component: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry; argTypes: { appearance: { defaultValue: string; options: string[]; control: { type: string; }; }; autoFocus: { control: { type: string; }; }; disabled: { control: { type: string; }; }; readonly: { control: { type: string; }; }; rows: { control: { type: string; }; }; cols: { control: { type: string; }; }; resize: { options: string[]; control: { type: string; }; }; required: { control: { type: string; }; }; }; }; export default _default; export declare const TextArea: any;