/// /** * 引用类型显示弹窗 * @description 使用组件方式编写,避免数据流中断 */ export declare const QuoteModal: ({ children, ...restProps }: { [x: string]: any; children: any; }) => JSX.Element;