import { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';
import { Bootstrap5FrameworkComponent } from './bootstrap5-framework.component';
import * as i0 from "@angular/core";
export declare class Bootstrap5Framework extends CssFramework {
    cssFWService: CssframeworkService;
    framework: typeof Bootstrap5FrameworkComponent;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<Bootstrap5Framework, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<Bootstrap5Framework>;
}
