import type * as CSS from 'csstype'; type UnknownTypographyProperties = 'text-stroke-width' | 'text-stroke-color'; export declare const typography: Array; export {};