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