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