import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class Card implements ComponentInterface { $link: HTMLAnchorElement; $el: HTMLElement; imgSrc: string; alt: string; fallbackSrc: string; lazy: boolean; threshold: number; imgDirection: 'top' | 'bottom' | 'left' | 'right' | 'behind'; href: string; clickable: boolean; collapse: 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl'; imgWidth: number; imgHeight: number; imgAspectRatio: string; linkTag: string; hrefProp: string; componentDidLoad(): void; render(): any; }