import { CheckboxBase } from "@material/mwc-checkbox/mwc-checkbox-base";
declare global {
interface HTMLElementTagNameMap {
"ewt-checkbox": EwtCheckbox;
}
}
export declare class EwtCheckbox extends CheckboxBase {
static styles: import("lit").CSSResult[];
}