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