/// type WorldLightsProps = { enabled?: boolean; directional?: boolean; }; export default function WorldLights(props: WorldLightsProps): import("react").JSX.Element; export {};