import * as propParser from "css-property-parser"; /** * Safely expand a property value pair into its constituent longhands, * even if it is not a valid declaration. * @param property A CSS property name. * @param value A CSS property value. */ export declare function expandProp(prop: string, value: string): propParser.Declarations; //# sourceMappingURL=propertyParser.d.ts.map