import { default as React } from 'react'; import { Typography } from './Typography'; type TypographyProps = React.ComponentProps; /** * A text component. Underlying HTML element can be changed using the `as` * property. Will default to be a paragraph. */ export declare const Text: React.FC & { size?: Exclude; }>; export {}; //# sourceMappingURL=Text.d.ts.map