import { Mesh } from '../../../runtime';
/**
 * 获取原始的容量盒子
 * @param type 类型，1 <=25%,2 <=50%,3 <=75%,4 <=100%
 */
export declare function getCapacityOriginBox(type: 1 | 2 | 3 | 4): Mesh;
