import { MiuraElement } from '@miurajs/miura-element'; /** * Switch — toggle switch * * Dark Mode */ export declare class MuiSwitch extends MiuraElement { checked: boolean; disabled: boolean; size: 'sm' | 'md'; static styles: any; private _toggle; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=switch.d.ts.map