import { IconProps } from '../Icon'; declare function SvgArrowDownward(props: IconProps): JSX.Element; export default SvgArrowDownward;