import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiSwitch extends MiuraElement { static properties: { checked: { type: BooleanConstructor; default: boolean; reflect: boolean; }; disabled: { type: BooleanConstructor; default: boolean; reflect: boolean; }; label: { type: StringConstructor; default: string; }; }; checked: boolean; disabled: boolean; label: string; static styles: import("@miurajs/miura-render").CSSResult; private toggle; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=switch.d.ts.map