/**
 *
 * @param {Light} component
 * @param {ThreeLightCache} cache
 * @returns {DirectionalLight|SpotLight|PointLight|AmbientLight}
 */
export function threeMakeLight(component: Light, cache: ThreeLightCache): DirectionalLight | SpotLight | PointLight | AmbientLight;
//# sourceMappingURL=threeMakeLight.d.ts.map