/// interface Props { readonly path: string; } export declare const FileIcon: ({ path, ...props }: Props) => JSX.Element; export {};