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