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