import type { JSONSchemaNS, JSONSchema } from '../../types';
import * as i0 from "@angular/core";
type typedJSONArraySchema = JSONSchemaNS.Array;
export declare class ArrayContainsNumberComponent {
    schema: Exclude<JSONSchema, true | false>;
    get typedSchema(): typedJSONArraySchema;
    getMinContainsLabel(value: number): string;
    getMaxContainsLabel(value: number): string;
    get hasMinAndMax(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<ArrayContainsNumberComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ArrayContainsNumberComponent, "qm-array-contains", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
export {};
