import { AdaptableOptions } from '../../types'; export declare const useAdaptableOptions: >>(fn?: (adaptableOptions: AdaptableOptions) => T) => T;