import { ValidatorFn } from '@angular/forms'; export declare function fileExtensionValidator(...allowedExtensions: string[]): ValidatorFn;