export * from "./teaching-bubble"; export { definition as TeachingBubbleDefinition } from "./teaching-bubble.definition"; export { TeachingBubblePlacement, TeachingBubbleSize, } from "./teaching-bubble.options"; export { styles as teachingBubbleStyles } from "./teaching-bubble.styles"; export { template as teachingBubbleTemplate } from "./teaching-bubble.template"; //# sourceMappingURL=index.d.ts.map