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