export declare class BcmCard { el: HTMLElement; _id: string; hidden: boolean; color: string; header: boolean; footer: boolean; modalSlots: {}; connectedCallback(): void; render(): any; }