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