import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const ArrowDownwardIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default ArrowDownwardIcon;
