import React from 'react'; import type { InkeepSearchBarCoreProps } from '../components/InkeepWidgetProps'; import { WithCustomStylesProps } from '../hocs/withStyles'; export declare const InkeepSearchBarCore: React.FC; export declare const InkeepSearchBar: ({ stylesheets, stylesheetUrls, ...props }: InkeepSearchBarCoreProps & import("../hocs/withStyles").WithStylesProps) => import("react/jsx-runtime").JSX.Element;