import type { JSONSchemaNS } from "../../types";
import * as i0 from "@angular/core";
export declare class CreateUnevaluatedPropertiesComponent {
    schema: JSONSchemaNS.Object;
    get unevaluatedProperties(): JSONSchemaNS<any, JSONSchemaNS.TypeValue> | undefined;
    isUndefinedOrBoolean(value: any): boolean;
    unevaluatedPropertiesLabel(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<CreateUnevaluatedPropertiesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CreateUnevaluatedPropertiesComponent, "jse-object-unevaluated-properties", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
