import type { GeneralType, SupportedMimeType } from './mimeTypes';
import type { ComponentType } from 'react';
import type { BaseFileIconProps } from './FileIconSet';
type IconMap = {
    standard: Record<SupportedMimeType | GeneralType | 'fallback', ComponentType<BaseFileIconProps>>;
};
export declare const iconMap: IconMap;
export {};
//# sourceMappingURL=iconMap.d.ts.map