/** 气泡确认类型 */
export declare type PopconfirmType = "info" | "success" | "warning" | "danger";
/** 气泡确认框弹出位置 */
export declare type PopconfirmPosition = "top" | "bottom" | "left" | "right" | "left-top" | "left-bottom" | "right-top" | "right-bottom";
