export default function useEmbeddable(): { embeddableHeights: import('vue').Ref, Record>; getEmbeddableHeight: (componentId: string) => number; hasZeroHeight: (componentId: string) => boolean; updateEmbeddableHeights: () => Promise; updateSectionEmbeddableHeights: () => Promise; };