import React from "react"; type Props = {}; export declare function VirtualButtons(_: Props): React.JSX.Element; export {};