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