export declare class PnCard { cardTitle: string; subtitle: string; image: string; imageAlt: string; variant: 'default' | 'outlined' | 'elevated'; hoverable: boolean; compact: boolean; clickable: boolean; href: string; render(): any; }