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