import "./index.less"; export interface InfoProps { title?: string; style?: any; globalState: any; setGlobalState: any; } declare const Payments: any; export default Payments;