import { ValidatorFn } from '@angular/forms'; export declare function terraDecimalValidator(maxLength: number, decimals: number): ValidatorFn;