import { Device } from '@luma.gl/core';
import { BaseLightModel, type PointLightModelProps } from "./light-model-utils.js";
export type { PointLightModelProps } from "./light-model-utils.js";
export declare class PointLightModel extends BaseLightModel<PointLightModelProps> {
    constructor(device: Device, props: PointLightModelProps);
}
//# sourceMappingURL=point-light-model.d.ts.map