import React from 'react'; import { type FormSelectSearchableFieldProps } from './type'; export declare function FormSelectSearchableField(props: Readonly): React.JSX.Element;