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