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 ``
*
* Example:
* ```
* Subscribe to newsletter
* I accept the terms and conditions
* Receive promotional emails
* Archived (disabled)
* ```
*
* @slot - Checkbox label text
*/
export declare class Checkbox {
/** Host DOM element */
host: HTMLRCheckboxElement;
/** Specifies the `id` of the `