export declare class Framework { name: string; framework: any; widgets?: { [key: string]: any; }; stylesheets?: string[]; scripts?: string[]; }