import React, { PropsWithChildren } from 'react';
import { UseLightEntityProps } from '../hooks/useLightEntity';
export type LightProps = PropsWithChildren<UseLightEntityProps>;
export declare function Light({ children, ...config }: LightProps): React.JSX.Element;
//# sourceMappingURL=Light.d.ts.map