import React from "react";
import { PointLight as GamePointLight } from "lingo3d";
declare const PointLight: React.ForwardRefExoticComponent<Partial<import("lingo3d/lib/interface/IPointLight").default> & {
    children?: React.ReactNode;
} & React.RefAttributes<GamePointLight>>;
export default PointLight;
