import { LitElement } from 'lit'; export declare class EprCheckBox extends LitElement { labelText: string; inputValue: string; withoutIcon: boolean; getInputValue: () => void; static styles: import("lit").CSSResult[]; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'epr-checkbox': EprCheckBox; } }