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