import { EventEmitter } from '@angular/core'; import { AbstractControl, FormControl } from '@angular/forms'; import { ThemesService } from '@progress-chef/platform-themes-service'; import { CheckBoxRounded, InputSize } from '@progress/kendo-angular-inputs'; import { TypographyType } from '../typography/TypographyType'; import * as i0 from "@angular/core"; export declare class CheckboxComponent { private themesService; control: AbstractControl | FormControl; elementId: string; size: InputSize; rounded: CheckBoxRounded; label: string; labelPosition: 'before' | 'after'; labelFont: TypographyType; modelChange: EventEmitter; constructor(themesService: ThemesService); emitValueChange(ev: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }