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