import { ComponentInterface } from "../../../stencil-public-runtime"; export declare class BcmSkeleton implements ComponentInterface { _id: string; effect: "pulse" | "ping" | "none"; variant: "circle" | "rect"; hidden: boolean; width: string; height: string; marginBottom: string; customStyles: { [key: string]: string; } | string; render(): any; }