export interface FileProps { path: string; size: number; } export declare function File(props: FileProps): import("react/jsx-runtime").JSX.Element;