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