export declare function usingHookOrDefault(usingHook: T | undefined, defaultHook: (config: U) => T): (config: U) => T;