export { TeachingBubble } from "./teaching-bubble.js"; export { definition as TeachingBubbleDefinition } from "./teaching-bubble.definition.js"; export { template as TeachingBubbleTemplate } from "./teaching-bubble.template.js"; export { styles as TeachingBubbleStyles } from "./teaching-bubble.styles.js"; export { TeachingBubbleSizes, TeachingBubblePlacements, TeachingBubbleEventNames } from "./teaching-bubble.options.js"; export type { TeachingBubbleSize, TeachingBubblePlacement } from "./teaching-bubble.options.js"; //# sourceMappingURL=index.d.ts.map