import { InputProps } from '../../../interfaces.js';
import { RenderFileProps } from '../../render-files/index.js';
export declare function FileItem(props: RenderFileProps & InputProps & {
    fileLength?: number;
}): import("react/jsx-runtime").JSX.Element;
