/** * Takes a style object and parses it in one that has only defined values * and lowercases properties * @param style * @param oStyle */ export declare function parseStyleObject(style: Record, oStyle: Record): void; //# sourceMappingURL=parseStyleObject.d.ts.map