import { ComponentInterface } from "../../../stencil-public-runtime"; export declare class BcmOverlay implements ComponentInterface { center: boolean; color: "#000"; opacity: string; zIndex: string; render(): any; }