import { CLoginCardBlendMode } from '../../types'; export declare class CLoginCard { backgroundPosition: string; mobileBreakpoint: number; overlay: boolean; overlayBlendMode: CLoginCardBlendMode; src: string; element: HTMLCLoginCardElement; private _observer; private _cardElement; private _paths; path: string; imageHeight: string; componentWillLoad(): void; componentDidLoad(): void; disconnectedCallback(): void; private _handleResize; render(): any; }