import type { ViewTemplate } from '@microsoft/fast-element'; import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation'; import type { Tooltip } from './tooltip'; export declare const foundationTooltipTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate; //# sourceMappingURL=tooltip.template.d.ts.map