import * as i0 from "@angular/core";
export declare class Framework {
    name: string;
    framework: any;
    widgets?: {
        [key: string]: any;
    };
    stylesheets?: string[];
    scripts?: string[];
    static ɵfac: i0.ɵɵFactoryDeclaration<Framework, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<Framework>;
}
