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