export declare type MergePropsOptions = { _ignorePropsFromGlobal?: boolean; }; export default function useMergeProps(componentProps: PropsType & MergePropsOptions, defaultProps: Partial, globalComponentConfig?: Partial): PropsType;