import React from 'react'; import './index.less'; export interface ModalProps { children: any; onCancel: (...args: any) => void; width?: number; } export declare const Modal: React.FC; //# sourceMappingURL=index.d.ts.map