/// <reference types="react" />
import type { TextProps as TxtProps } from './types';
export declare type TextProps = TxtProps;
export default function Text(props: TextProps): JSX.Element;
//# sourceMappingURL=Text.d.ts.map