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