import type { JSONSchemaNS } from "../../types";
import * as i0 from "@angular/core";
export declare class CreatePatternPropertiesComponent {
    schema: JSONSchemaNS.Object;
    generatePropertyName(key: string): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<CreatePatternPropertiesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<CreatePatternPropertiesComponent, "jse-object-pattern-properties", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
