export default function PreviewFile({ fileList, ...props }: { [x: string]: any; fileList: any; }): import("react/jsx-runtime").JSX.Element;