export declare class Action { disabled?: boolean; id?: string; name: string; separator?: boolean; template?: string; type?: string; title?: string; visible?: boolean; }