import { FASTElement } from "@microsoft/fast-element"; type SwitchVariantNames = { primary: string; secondary: string; danger: string; warning: string; success: string; information: string; }; export declare class enmeddSwitch extends FASTElement { label?: string; disabled: boolean; name?: string; value?: string; labelBefore: boolean; checked: boolean; readonly: boolean; variant?: keyof SwitchVariantNames; connectedCallback(): void; checker(): void; generateRandomId(): string; handleAttribute(): void; } export declare const EnmeddSwitch: import("@microsoft/fast-react-wrapper").ReactWrapper; export {}; //# sourceMappingURL=switch.d.ts.map