import React from 'react'; import { ISvgProps } from '@muya-ui/icon-base'; export declare type IPopconfirmIconType = 'error' | 'info' | 'warning'; export interface IPopconfirmToken { icons?: Record>; width: string; paddingLeftWithType: number; translateX: number; }