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