/// import { IconProps } from '../../types'; declare const ArrowUp: (allProps: IconProps) => JSX.Element; export default ArrowUp;