import * as React from 'react'; declare class JSelect extends React.Component { constructor(props: any); static getDerivedStateFromProps(props: any, _state: any): { dataList: any; } | null; componentDidMount(): void; changeData: (data?: any) => void; getSelectDate: (_url: string, _params: any, _type: string, headers?: any) => void; render(): JSX.Element; } export default JSelect;