import { type UrlItem } from "./ItemBar";
export declare const getFileInfo: (file: UrlItem, iconSize?: number) => {
    fileName: string;
    icon: import("react/jsx-runtime").JSX.Element;
    view: boolean;
    type: string;
    url: string;
};
