export declare module FileUploaderLocalization {
    const namespace = "Omnia.FileUploader";
    interface locInterface {
        Label0: string;
        Label1: string;
        Label2: string;
        HintForEditFileName: string;
        LimitFileSize: string;
    }
}
