import type { JSX } from 'react';
export type SearchProps = {
    className?: string;
};
export declare function Search({ className }: SearchProps): JSX.Element;
