import type { ViewTemplate } from '@microsoft/fast-element'; import type { ElementDefinitionContext, FoundationElementDefinition } from '@microsoft/fast-foundation'; import type { Button } from './button'; export declare const foundationButtonTemplate: (context: ElementDefinitionContext, definition: FoundationElementDefinition) => ViewTemplate