import { PointLight } from '@anov/3d-core'; declare class PointLightExt extends PointLight { constructor(); } export default PointLightExt;