import { EventEmitter } from '../../stencil-public-runtime'; /** * Checkboxes allow users to select none, one, or multiple items from a list. * * Overall behavior is based on native `` * */ export declare class Checkbox { /** Host DOM element */ host: HTMLRCheckboxElement; /** Specifies the `id` of the `