import { ReactElement } from 'react'; import { Config } from './config'; interface RenderProps extends Omit { className?: string; enabled?: boolean; } export declare const WIDTH_PER_SCALE: number; export declare const Light: ({ className, color, orientation, enabled, scale, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map