import { PropertyName, PropertyInput, PropertyType } from '../styleProperties'; export declare function parsePropertyValue(propertyName: PropertyName, rawValue: PropertyInput): PropertyType;