import type { JSONSchema, JSONSchemaNS, TypeValues } from "../../types";
import * as i0 from "@angular/core";
export declare class GenerateFriendlyNameCustomComponent {
    schema: Exclude<JSONSchema, true | false>;
    type: TypeValues | string;
    get asTypedArray(): JSONSchemaNS.Array;
    get stringOrFormat(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<GenerateFriendlyNameCustomComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<GenerateFriendlyNameCustomComponent, "jsv-friendly-name-custom", never, { "schema": { "alias": "schema"; "required": true; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
}
