import { ValidatorFn } from '@angular/forms'; export declare function PriceFormatValidator(minValue: number | string, maxValue: number | string, allowNegative: boolean): ValidatorFn;