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