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