import { SearchBarBaseProps } from '@backstage/plugin-search-react'; /** * Props for {@link HomePageSearchBar}. * * @public */ export type HomePageSearchBarProps = Partial>; /** * The search bar created specifically for the composable home page. */ export declare const HomePageSearchBar: (props: HomePageSearchBarProps) => import("react/jsx-runtime").JSX.Element;