export declare class PortletMetadata { type: string; key: string; title: string; subtitle: string; icon: string; actions: Array; controls: Array; constructor(portletJsonObject: any); }