export default function useMergedConfig<Target>(propConfig: any, templateConfig?: Target): readonly [boolean, Target];
