import ISkyLight from "lingo3d/lib/interface/ISkyLight"; import React from "react"; export type SkyLightProps = Partial & { children?: React.ReactNode; };