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