import type { IconProps } from '../../icons/types';
export declare function getFileIconByExt(ext: string): import("react").FunctionComponent<IconProps>;
