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