import { Localization } from "@files-ui/core";
export type FileStatusProps = {
    localization?: Localization;
    size?: number;
};
