import { TypographyProps, SpaceProps } from 'styled-system'; import { StyledComponent } from '../utils'; import { HTMLAttributes } from 'react'; export declare type TextProps = TypographyProps & SpaceProps & { color?: string; }; declare const Text: StyledComponent, TextProps>; declare const Heading: StyledComponent, TextProps>; export { Text, Heading };