import { EventEmitter } from '../../stencil.core'; export declare class CheckboxComponent { objectData: Array; default: boolean; disabled: boolean; hideLabel: boolean; ariaChecked: boolean; modifiers: string; id: string; size: string; title: string; value: string; isChecked: boolean; OnChange: EventEmitter; onChange(event: any): void; componentDidLoad(): void; render(): any; }