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