///
export declare type TextProps = React.ComponentProps;
/**
* Extends Box
*
* Responsive typographic component. Anywhere you want to add some text that doesn't constitute a
* heading or a title, this component is what you need.
*
* */
declare const Text: import("react").FC>;
export default Text;