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