import type { JSONSchema } from "../../types";
import * as i0 from "@angular/core";
export declare class DependentSchemasComponent {
    schema: Record<string, JSONSchema>;
    static ɵfac: i0.ɵɵFactoryDeclaration<DependentSchemasComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DependentSchemasComponent, "jse-schema-conditional-dependent-schemas", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
