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