import type { Component } from "../../common"; import { type CSSProperties } from "../../html"; import type { HtmlProps } from "../common"; export declare const HoverBox: Component; export type HoverBoxProps = HtmlProps & { hoverStyle?: CSSProperties; };