import type { EventEmitter } from '../../stencil-public-runtime'; export declare class LmvzCard { cardTitle: string; imageUrl?: string; description?: string; primaryActionLabel: string; primaryAction: EventEmitter; private get fallbackImage(); private _onPrimaryClick; private _onOverflowClick; render(): any; }