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