/*! * BVHEcctrl * https://github.com/pmndrs/BVHEcctrl * (c) 2025 @ErdongChen-Andrew * Released under the MIT License. */ import React from "react"; declare const _default: React.MemoExoticComponent<(props: VirtualButtonProps) => React.JSX.Element>; export default _default; export interface VirtualButtonProps { id: string; label?: string; buttonWrapperStyle?: React.CSSProperties; buttonCapStyle?: React.CSSProperties; }