declare class XRButton { static createButton(onClickHook: () => void): HTMLAnchorElement | HTMLButtonElement; } export { XRButton };