import { FC, PropsWithChildren } from "react"; import { SearchProps } from "../SearchProps"; export type { SearchProps }; export declare const Search: FC>;