import { BoxShape } from '../types/Shapes';
export declare function useBoxShape(halfX: number, halfY: number, halfZ: number): BoxShape;
//# sourceMappingURL=useBoxShape.d.ts.map