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; }; }; required: { control: { type: string; }; }; }; parameters: { actions: { handles: string[]; }; }; }; export default _default; export declare const Checkbox: any;