import PointLightBase from "../display/core/PointLightBase"; import PooledPointLightBase from "../display/core/PooledPointLightBase"; declare const _default: (item: PointLightBase | PooledPointLightBase) => number; export default _default;