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