import { TAnyLightConfig, TLightParams } from '../Models'; export declare function lightConfigToParams(config: TAnyLightConfig): TLightParams;