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