export { default as Agentation } from "./components/page-toolbar-css/PageToolbar.svelte"; export { default as PageFeedbackToolbarCSS } from "./components/page-toolbar-css/PageToolbar.svelte"; export type { DemoAnnotation, PageFeedbackToolbarCSSProps as AgentationProps } from "./components/page-toolbar-css/PageToolbar.svelte"; export { default as AnnotationPopupCSS } from "./components/annotation-popup-css/AnnotationPopup.svelte"; export type { AnnotationPopupCSSProps, AnnotationPopupCSSHandle, } from "./components/annotation-popup-css/AnnotationPopup.svelte"; export * from "./components/icons"; export { identifyElement, identifyAnimationElement, getElementPath, getNearbyText, getElementClasses, isInShadowDOM, getShadowHost, closestCrossingShadow, } from "./utils/element-identification"; export { loadAnnotations, saveAnnotations, getStorageKey, } from "./utils/storage"; export type { Annotation } from "./types"; //# sourceMappingURL=index.d.ts.map