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