import { ComponentInterface } from "../../../stencil-public-runtime"; import { SizeTypes, StatusTypes } from "../../../models/bcm-types"; export declare class BcmLabel implements ComponentInterface { el: HTMLElement; _id: string; required: boolean; value: string; label: string; size: SizeTypes; form: any; htmlFor: any; hidden: boolean; type: StatusTypes | any; tooltip: string; render(): any; }