import { IconProps } from '../Icon.types'; export type MimeTypeIconsProps = Omit & { type: string; };