import { ExpansionType } from '../types/widget.js';
export declare const useHasChainExpansion: () => readonly [boolean, ExpansionType];
