import { CssFramework, CssframeworkService } from '@ng-formworks/cssframework';
import { DaisyUIFrameworkComponent } from './daisyui-framework.component';
import * as i0 from "@angular/core";
export declare class DaisyUIFramework extends CssFramework {
    private duiOptions;
    cssFWService: CssframeworkService;
    framework: typeof DaisyUIFrameworkComponent;
    constructor(duiOptions?: any);
    static ɵfac: i0.ɵɵFactoryDeclaration<DaisyUIFramework, [{ optional: true; }]>;
    static ɵprov: i0.ɵɵInjectableDeclaration<DaisyUIFramework>;
}
