import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class BcmBox implements ComponentInterface { el: HTMLElement; render(): any; }