export namespace VRButton {
    function createButton(renderer: any, options: any): HTMLButtonElement | HTMLAnchorElement;
    const xrSessionIsGranted: boolean;
    function registerSessionGrantedListener(): void;
}
