import { FC, SVGProps } from 'react'; declare const IconMap: FC & { fill?: string }>; export default IconMap;