import { SpringValue } from "@react-spring/three";
export declare const useVisible: (val: SpringValue<number>) => boolean;
