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