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