import { type InputProps } from '../../interaction'; export interface SearchInputProps extends Omit { key: string; } export declare function SearchInput({ key, oninput, ...props }: SearchInputProps): import("@innet/jsx").JSXElement;