export const typography: string


interface Stylesheet {
    'typography': string
    'typography_color-basic': string
    'typography_color-brand': string
    'typography_color-brand-1': string
    'typography_color-disabled': string
    'typography_color-error': string
    'typography_color-headers': string
    'typography_color-inherit': string
    'typography_color-inverse': string
    'typography_color-link': string
    'typography_color-secondary': string
    'typography_color-success': string
    'typography_color-warning': string
    'typography_no-spacing': string
    'typography_size-body': string
    'typography_size-body-bold': string
    'typography_size-caption': string
    'typography_size-caption-bold': string
    'typography_size-h1': string
    'typography_size-h2': string
    'typography_size-h3': string
    'typography_size-h4': string
    'typography_size-large': string
    'typography_size-large-bold': string
}


declare const stylesheet: Stylesheet
export default stylesheet
