import * as THREE from 'three'; import * as React from 'react'; import { ThreeElements } from '@react-three/fiber'; export type ResizeProps = Omit & { width?: boolean; height?: boolean; depth?: boolean; box3?: THREE.Box3; precise?: boolean; }; export declare const Resize: React.ForwardRefExoticComponent, import("@react-three/fiber").MathProps> & import("@react-three/fiber").ReactProps> & Partial>>, Omit, typeof THREE.Group>, "object">>>, "ref"> & { width?: boolean; height?: boolean; depth?: boolean; box3?: THREE.Box3; precise?: boolean; } & React.RefAttributes>>;