/// import { HoverInputType } from './types'; declare function HoverInput(props: HoverInputType): import("react").JSX.Element; export { HoverInput };