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