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