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