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