import type { TypeValues, JSONSchema } from "../types";
import * as i0 from "@angular/core";
export declare class CreateTypesComponent {
    schema: Exclude<JSONSchema, true | false>;
    get foundTypes(): TypeValues[];
    get hasSingleType(): boolean;
    get hasNull(): boolean;
    get hasSchemaComposition(): boolean;
    get firstType(): TypeValues;
    get notNullTypeValues(): TypeValues[];
    static ɵfac: i0.ɵɵFactoryDeclaration<CreateTypesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CreateTypesComponent, "jse-common-create-types", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
