export declare class NestCard { header: string; icon: string; action: boolean; redirect: boolean; render(): any; }