import { Framework } from './framework'; import { NoFrameworkComponent } from './no-framework.component'; import * as i0 from "@angular/core"; export declare class NoFramework extends Framework { name: string; text: string; framework: typeof NoFrameworkComponent; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }