import * as CSS from "csstype"; export { typography } from "styled-system"; import { ResponsiveProp, SystemFonts, SystemFontWeights, SystemLineHeights, SystemLetterSpacings, SystemFontSizes } from "./types"; export declare type TypographyProps = { fontFamily?: ResponsiveProp; fontSize?: ResponsiveProp; fontWeight?: ResponsiveProp; lineHeight?: ResponsiveProp; letterSpacing?: ResponsiveProp; textAlign?: ResponsiveProp; fontStyle?: ResponsiveProp; };