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