import { FunctionalComponent } from 'vue'; import { AntdIconProps } from '../components/AntdIcon'; export interface RotateRightOutlinedIconType extends FunctionalComponent { displayName: string; } declare const RotateRightOutlined: RotateRightOutlinedIconType; export default RotateRightOutlined;