import { dimensions, text } from '@synnaxlabs/x'; import { PropsWithChildren, ReactElement } from 'react'; import { Config } from './config'; interface RenderProps extends PropsWithChildren> { className?: string; dimensions?: dimensions.Dimensions; unitsLevel?: text.Level; } export declare const Value: ({ className, color: colorVal, dimensions, orientation, units, unitsLevel, children, inlineSize, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map