import { EventEmitter } from '@angular/core'; import { BaseComponentWithTheme } from '../../utils'; import type { BreakpointCustomizable, CheckboxUpdateEventDetail, CheckboxState, Theme } from '../types'; import * as i0 from "@angular/core"; export declare class PCheckbox extends BaseComponentWithTheme { checked?: boolean; compact?: boolean; disabled?: boolean; form?: string; hideLabel?: BreakpointCustomizable; indeterminate?: boolean; label?: string; loading?: boolean; message?: string; name?: string; required?: boolean; state?: CheckboxState; theme?: Theme; value?: string; blur: EventEmitter>; update: EventEmitter>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }