import RQElementContainer from './RQElementContainer'; declare type BasicProps = { [key: string]: any; }; export declare function diffProps(lastProps: BasicProps, nextProps: BasicProps): Array | null; export declare function updateProps(container: RQElementContainer, updatePayload: Array): void; export {};