import React from 'react'; import './index.less'; declare class UIComponents extends React.Component { formRef: any; constructor(props: any); componentDidMount(): void; searchCompany: (value: any, callback?: any) => Promise; onChartClick: (params: any) => void; onFinish: (data: any) => void; render(): JSX.Element; } export default UIComponents;