export declare class PopupConfig { /** * 是否全屏,默认:`false` */ is_full?: boolean; /** * 取消按钮文本,默认:`取消` */ cancel?: string; /** * 确定按钮文本,默认:`确定` */ confirm?: string; /** * 允许点击背景关闭,默认:`true` */ backdrop?: boolean; }