declare function _default({ ref, measures, cache }: { ref: any; measures: any; cache: any; }): { goToMenuGroup: (id: any) => Promise; goToSubMenu: (id: any) => Promise; goToChart: (id: any) => Promise; goToLink: (link: any) => Promise; measure: (id: any) => void; resize: (id: any) => void; resizeAll: () => void; }; export default _default;