import { ComponentInterface } from '../../../stencil-public-runtime'; import { IndeterminateTypes, StatusTypes } from '../../../models/bcm-types'; export declare class BcmCheckboxLite implements ComponentInterface { el: HTMLElement; _id: string; checked: boolean; indeterminate: IndeterminateTypes; disabled: boolean; hidden: boolean; required: boolean; readOnly: boolean; captionType: StatusTypes; render(): any; }