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