export declare const getBase64FileURIList: (files: File[] | FileList) => Promise<string[]>;
