import { default as React } from 'react'; import { Drawer } from '../../drawer'; export type SearchProps = React.ComponentPropsWithoutRef; export declare function Search(props: SearchProps): import("react/jsx-runtime").JSX.Element; export declare namespace Search { var displayName: string; }