/// <reference types="react" />
import { BaseTheme } from '../theming/baseTheme';
import { BaseProps, HtmlSpanAttributesWithoutStyle, TextProps } from './types';
export declare function Text<T extends BaseTheme>(props: TextProps<T> & BaseProps<T, HtmlSpanAttributesWithoutStyle>): JSX.Element;
