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