import { TextInputProps } from '../text-input'; export interface SearchInputProps extends Omit { } export declare const SearchInput: ({ placeholder, className, onClick, ...props }: SearchInputProps) => import("react/jsx-runtime").JSX.Element;