import React from 'react';
import type { TextProps } from './types';
/**
* Text — MD3 typography-aware text primitive.
*
* Resolves font style from the active theme's type scale and ensures correct
*
* @example
* Hello world
*/
export declare const Text: React.NamedExoticComponent;
//# sourceMappingURL=Text.d.ts.map