import { SizeTypes } from "../../../models"; import { ComponentInterface } from "../../../stencil-public-runtime"; export declare class BcmTabItemHeader implements ComponentInterface { el: HTMLElement; _id: string; active: boolean; disabled: boolean; index: any; color: string; size: SizeTypes; handleClick(): void; render(): any; }