import { Checkbox as FASTCheckbox } from '@microsoft/fast-components'; import type { CheckboxOptions } from '@microsoft/fast-foundation'; /** * @tagname %%prefix%%-checkbox */ export declare class Checkbox extends FASTCheckbox { } export declare const foundationCheckboxShadowOptions: ShadowRootInit; export declare const defaultCheckboxConfig: { checkedIndicator: string; indeterminateIndicator: string; }; /** * The Foundation Checkbox * * @public * @remarks * HTML Element: \ */ export declare const foundationCheckbox: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition) => import("@microsoft/fast-foundation").FoundationElementRegistry>; //# sourceMappingURL=checkbox.d.ts.map