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