import type { JSONSchema } from "../../types";
import * as i0 from "@angular/core";
export declare class DependenciesComponent {
    schema: Record<string, string[] | readonly string[] | JSONSchema>;
    isEmptyObject(obj: Record<string, any>): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<DependenciesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DependenciesComponent, "jse-schema-conditional-dependencies", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
