declare const _default: { title: string; component: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry>; argTypes: { checked: { control: { type: string; }; }; disabled: { control: { type: string; }; }; }; }; export default _default; export declare const Switch: any;