import type { JSONSchema } from '../../types';
import * as i0 from "@angular/core";
export declare class NumberBoundsComponent {
    schema: Exclude<JSONSchema, true | false>;
    boundsLabel: string;
    get minimum(): number | undefined;
    get isExclusiveMinimum(): boolean;
    get maximum(): number | undefined;
    get isExclusiveMaximum(): boolean;
    get minAndMax(): boolean;
    static ɵfac: i0.ɵɵFactoryDeclaration<NumberBoundsComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NumberBoundsComponent, "qm-number-bounds", never, { "schema": { "alias": "schema"; "required": true; }; }, {}, never, never, true, never>;
}
