import { ChangeDetectorRef, OnChanges, OnInit } from '@angular/core';
import { JsonSchemaFormService } from '@ng-formworks/core';
import * as i0 from "@angular/core";
/**
* DaisyUI framework for Angular JSON Schema Form.
*
*/
export declare class DaisyUIFrameworkComponentPrefixed implements OnInit, OnChanges {
    changeDetector: ChangeDetectorRef;
    jsf: JsonSchemaFormService;
    frameworkInitialized: boolean;
    widgetOptions: any;
    widgetLayoutNode: any;
    options: any;
    formControl: any;
    debugOutput: any;
    debug: any;
    parentArray: any;
    isOrderable: boolean;
    readonly layoutNode: import("@angular/core").InputSignal<any>;
    readonly layoutIndex: import("@angular/core").InputSignal<number[]>;
    readonly dataIndex: import("@angular/core").InputSignal<number[]>;
    ngOnInit(): void;
    ngOnChanges(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<DaisyUIFrameworkComponentPrefixed, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DaisyUIFrameworkComponentPrefixed, "daisyui-framework-prefixed", never, { "layoutNode": { "alias": "layoutNode"; "required": false; "isSignal": true; }; "layoutIndex": { "alias": "layoutIndex"; "required": false; "isSignal": true; }; "dataIndex": { "alias": "dataIndex"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
}
