import { BaseElement } from "@hydrophobefireman/kit"; import { InputProps } from "./types"; declare function InputComponent(props: BaseElement, ref: any): import("@hydrophobefireman/ui-lib").VNode<{}, any> | null; export declare const SearchInput: { (props: BaseElement): JSX.Element; __REF_FORWARDED: boolean; }; export declare const Input: typeof InputComponent & { Search: typeof SearchInput; }; export {};