import type { JSONSchema } from "../../types";
import * as i0 from "@angular/core";
export declare class OneOfSchemaComponent {
    schema: Exclude<JSONSchema, true | false>;
    get typedSchema(): JSONSchema[];
    get typeOf(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<OneOfSchemaComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OneOfSchemaComponent, "jse-schema-composition-one-of", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
