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