export declare class ActionCard { actionTitle: string; icon: string; render(): any; }