/** * Returns the Material Icon Theme icon name for a file path. */ export declare function getFileIconName(path: string): string; interface FileTypeIconProps { path: string; className?: string; } /** * Renders the shared Material Icon Theme icon for a file path. */ export declare function FileTypeIcon({ path, className, }: FileTypeIconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FileTypeIcon.d.ts.map