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