import type { ElementViewTemplate } from "@microsoft/fast-element"; import { TeachingBubble } from "./teaching-bubble.js"; export declare function teachingBubbleTemplate(): ElementViewTemplate; export declare const template: ElementViewTemplate; //# sourceMappingURL=teaching-bubble.template.d.ts.map