/** * 本地文件预览 * @param file 文件对象 */ export declare const filePreview: (file: File) => [string, () => void];