export declare const getAssetsFile: (url: string) => string;
declare const _default: {
    fileTypesInputAcceptStr: (fileTypes: string[]) => string;
    fileTypesSeparatorStr: (fileTypes: string[], separator?: string) => string;
    fileSizeToUnit: (size: number) => string;
    getFileExtension: (fileName: string) => string;
    htmlElementToImage: (selectorsOrElement: string | HTMLElement, imgName?: string, preHandle?: Function | undefined, callBack?: Function | undefined) => void;
    getAssetsFile: (url: string) => string;
};
export default _default;
//# sourceMappingURL=fileUtil.d.ts.map