import { FileSystemType, InputProps } from "../../../../../ui/index.js";
export type RenderFileProps = {
    index?: number;
    file: FileSystemType;
    fileReferenceList?: string;
} & InputProps;
