import XFileTypes from './XFile.types'; declare const XFile: ({ children, inputRef, showFilesRef, carouselRef, moveAnimation, files, multiple, dragAndDrop, primary, success, warning, error, disabled, runningArrowAnimation, clear, onChange, arrowOnAnimationend }: XFileTypes) => import("react/jsx-runtime").JSX.Element; export default XFile;