import { ParsedStyle } from '../types'; import { FontState } from './font'; export declare function parseStyleValue(className: string, fontState?: FontState): ParsedStyle | null; export declare function parseStyles(classNames: string): ParsedStyle[];