import * as React from 'react'; /** * Implements CSS-like inheritance for `Text` by replacing all calls to `Text` with a custom `BaseText` component that * applies the `inheritedStyles` context styles, which contain all styles from all parents that might apply to a `Text`. */ export default function BaseText(props: any): React.JSX.Element; //# sourceMappingURL=BaseText.d.ts.map