import { IconType } from '../../utils'; export interface PopconfirmProps { icon?: IconType; }