import { RenderFileProps, FileSystemType } from '../../../../../ui/index.js';
export declare function useComponentsFile(props: RenderFileProps & {
    downloadUrl?: string;
    file: FileSystemType;
}): {
    DownloadButton: () => import("react/jsx-runtime").JSX.Element;
    DeleteFileButton: () => import("react/jsx-runtime").JSX.Element;
    ShowDetailFileButton: () => import("react/jsx-runtime").JSX.Element;
};
