import type { ValueProps } from '../../types';
export type ValueStringProps = ValueProps<string>;
declare function StringComponent(props: ValueStringProps): import("react/jsx-runtime").JSX.Element;
export default StringComponent;
