import { ParsedStyle } from '../types'; export declare function parseBlendStyleValue(className: string): ParsedStyle | null;