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