import { type AbstractControl } from '@angular/forms'; export declare function tuiFilesRejected(control?: AbstractControl | null): File[]; export declare function tuiFilesAccepted(control?: AbstractControl | null): File[]; export declare function tuiFormatSize(units: readonly [string, string, string], size?: number, locale?: string): string | null;