import type { JSONSchema } from '../../types';
import * as i0 from "@angular/core";
export declare class ObjectPropertiesComponent {
    schema: Exclude<JSONSchema, true | false>;
    lengthLabel: string;
    get minAndMax(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<ObjectPropertiesComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ObjectPropertiesComponent, "qm-object-properties", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
