/**
* Takes a style object and parses it in one that has only defined values
* and lowercases properties
* @paramstyle
* @paramoStyle
*/exportdeclarefunctionparseStyleObject(style: Record<string, any>, oStyle: Record<string, any>): void;
//# sourceMappingURL=parseStyleObject.d.ts.map