import type { HTMLAttributes } from "react";
interface Props extends HTMLAttributes<HTMLDivElement> {
    showBody?: boolean;
}
declare function SearchBody({ showBody, className, children, ...rest }: Props): import("react/jsx-runtime").JSX.Element;
export default SearchBody;
//# sourceMappingURL=SearchBody.d.ts.map