import { Checkbox } from "@material/web/checkbox/internal/checkbox.js";
export declare class EwCheckbox extends Checkbox {
    static styles: import("lit").CSSResult[];
}
declare global {
    interface HTMLElementTagNameMap {
        "ew-checkbox": EwCheckbox;
    }
}
