interface TeleOptions {
    distance: number;
}
export declare function useTeleportButton(ref: React.RefObject<HTMLElement>, options?: TeleOptions): void;
export {};
