declare const _default: { title: string; component: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry; argTypes: { appearance: { options: string[]; defaultValue: string; control: { type: string; }; }; autoFocus: { description: string; control: { type: string; }; }; disabled: { description: string; control: { type: string; }; }; list: { control: { type: string; }; }; maxlength: { control: { type: string; }; }; name: { control: { type: string; }; }; minlength: { control: { type: string; }; }; pattern: { description: string; control: { type: string; }; }; placeholder: { description: string; defaultValue: string; control: { type: string; }; }; readonly: { control: { type: string; }; }; required: { control: { type: string; }; }; spellcheck: { control: { type: string; }; }; type: { options: string[]; control: { type: string; }; }; }; }; export default _default; export declare const TextField: any;