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