///
import { InkeepWidgetBaseProviderProps } from '../components/InkeepBaseContextProvider';
import { InkeepModalProviderProps } from '../components/InkeepModalProvider';
import { InkeepSearchProviderProps } from '../components/InkeepSearchProvider';
import { WithCustomStylesProps } from '../hocs/withStyles';
import { InkeepShadowProps } from '../InkeepShadow';
interface InkeepSearchBarTriggerProps {
modalProps: InkeepModalProviderProps;
searchProps: InkeepSearchProviderProps;
baseProps: InkeepWidgetBaseProviderProps;
inkeepShadowProps?: InkeepShadowProps;
}
export declare const InkeepSearchBarTrigger: React.FC;
export {};