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