import React from 'react'; import { StringValueProps } from './types'; /** * String value * @param param0 StringValueProps */ export declare function StringValue({ after, before, value, className, ...props }: StringValueProps): React.ReactElement;