export default function mergeProps<PropsType>(componentProps: PropsType, defaultProps: Partial<PropsType>, globalComponentConfig: PropsType): PropsType;
