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; }; }; hideStep: { control: { type: string; }; }; maxlength: { control: { type: string; }; }; minlength: { control: { type: string; }; }; placeholder: { control: { type: string; }; }; readonly: { control: { type: string; }; }; required: { control: { type: string; }; }; step: { control: { type: string; }; defaultValue: number; }; size: { control: { type: string; }; }; value: { control: { type: string; }; }; }; }; export default _default; export declare const NumberField: any;