export declare function cuiOverrideOptions(override: Partial, fallback: T): (directive: T | null, options: T | null) => T;