export declare function FileMaxSizeValidator(maxSize: number, customMessage?: any): (control: any) => { [key: string]: any; };