import { ReactElement } from 'react'; import { Config } from './config'; interface RenderProps extends Omit { className?: string; value?: string; stale?: boolean; } export declare const StringDisplay: ({ className, color: colorVal, textColor, stalenessColor, level, orientation, inlineSize, value, stale, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map