///
export declare const usePerspective: () => {
ref: import('react').RefObject;
parentWidth: number;
parentHeight: number;
x: import('framer-motion').MotionValue;
y: import('framer-motion').MotionValue;
rotateX: import('framer-motion').MotionValue;
rotateY: import('framer-motion').MotionValue;
handleMouse: (event: React.MouseEvent) => void;
};
//# sourceMappingURL=use-perspective.d.ts.map