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