import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SwtCheckboxWrapper { sizePixel: number; checkBoxFocused: boolean; get fontSize(): string; get boxSize(): string; set contentChild(value: ElementRef); checkBoxControl: HTMLInputElement; onFocusCheckbox(): void; onUnfocusCheckbox(): void; get isChecked(): boolean; get isIntermediate(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }