import IPooledPointLight from "../../interface/IPooledPointLight"; import PointLight from "./PointLight"; import PooledPointLightBase from "../core/PooledPointLightBase"; export default class PooledPointLight extends PooledPointLightBase implements IPooledPointLight { static componentName: string; static defaults: Partial>; static schema: Required>; constructor(); protected disposeNode(): void; }