import { statusType } from './types'; export declare class BcmResult { el: HTMLElement; status: statusType; heading: string; description: string; hidden: boolean; footerArea: boolean; footerHtml: string; getIcon(): any; componentDidRender(): void; render(): any; }