export type LightType = 'PointLight' | 'DirectionalLight';
