import React from 'react'; declare class DefaultDefintionSelect extends React.Component { constructor(props: any); componentWillReceiveProps(nextProps: { value: any; }): void; onChange(value: any): void; render(): JSX.Element; } export default DefaultDefintionSelect;