export declare class ActionCard {
    label: string;
    type: string;
    url: string;
    method: string;
    constructor(message: any);
}
