///
import type { ProFormOtherType } from '../../ProForm/propsType';
declare function SearchTitle(props: {
searchStr?: string;
label?: string;
showEllipse?: boolean;
ellipseWidth?: string;
otherProps?: ProFormOtherType;
}): import("react/jsx-runtime").JSX.Element;
declare const _default: import("react").MemoExoticComponent;
export default _default;