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