export declare function overrideProps(DefaultProps: object, userProps: object, concatArray?: boolean): any;
export declare function consolidateProps(defaultProps: object, clientProps?: object, constructProps?: object, concatArray?: boolean): any;
