export declare const mapAsType: (type: A) => (value: B) => { type: A; value: B; }; export declare const getPropertyValueType: (property: string) => "COLOR" | "DIMENSION" | "MATH" | "FLEX" | "SHADOW" | "TRANSFORM" | "FIRST-COMMA-IDENT" | "RAW"; export declare const unsupportedStyles: (property: string) => { fallback: string; } | null; export declare const createCssParserContext: (data: Data) => Data & { styles: { base: {}; even: {}; first: {}; group: {}; last: {}; odd: {}; pointer: {}; }; };