import { ReactIconComponentType } from '../types';

declare const ArrowDownward: ReactIconComponentType;
export default ArrowDownward;
            