import { default as React } from 'react'; import { NoticeProps } from 'react-select'; declare const NoOptionsMessage: (props: NoticeProps) => React.JSX.Element; export default NoOptionsMessage;