import type { ViewTemplate } from '@ni/fast-element'; import { type FoundationElementTemplate, type ListboxOptionOptions } from '@ni/fast-foundation'; import type { ListOption } from '.'; /** * The template for the {@link @ni/fast-foundation#(ListboxOption:class)} component. * @public */ export declare const template: FoundationElementTemplate, ListboxOptionOptions>;