import { ShapeComponent as SC } from '../../runtime'; export type HVOptions = Record<string, any>; export declare const HV: SC<HVOptions>;