import { ValidatorFn } from "@angular/forms"; export declare function precisionScaleValidator(precision: number, scale: number): ValidatorFn;