export default function diffProperties(lastRawProps: Record | null | undefined, nextRawProps: Record | null | undefined): null | any[];