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