import { UseLightEntityProps } from '../hooks/useLightEntity';
export type LightProps = UseLightEntityProps;
export declare function Light(config: LightProps): null;
//# sourceMappingURL=Light.d.ts.map