import { ComponentInterface } from "../../../stencil-public-runtime"; import { SizeTypes, StatusTypes } from "../../../models/bcm-types"; export declare class BcmCaption implements ComponentInterface { noCaption: boolean; captionType: StatusTypes; captionClasses: any; caption: string; captionError: string; customErrorMessage: string; size: SizeTypes; maxLength: any; value: any; render(): any; }