import { ViewTemplate } from '@ni/fast-element'; import { type FoundationElementDefinition, type FoundationElementTemplate, type StartEndOptions } from '@ni/fast-foundation'; import type { TabsToolbar } from '.'; type TabsToolbarOptions = FoundationElementDefinition & StartEndOptions; export declare const template: FoundationElementTemplate, TabsToolbarOptions>; export {};