import type { ProductLightingConfig, ProductLightingPreset } from "./ProductTypes"; export declare function createProductLightingPreset(preset?: ProductLightingPreset): ProductLightingConfig; //# sourceMappingURL=ProductLighting.d.ts.map