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