import type { CSSProperties } from 'react'; export declare const shallowStyleEqual: (a: CSSProperties | undefined, b: CSSProperties | undefined) => boolean;