import type { ElementViewTemplate } from "@microsoft/fast-element"; import type { FilterPill } from "./filter-pill.js"; /** * Generates a template for the Button component. * * @public */ export declare function filterPillTemplate(): ElementViewTemplate; /** * The template for the Button component. * * @public */ export declare const template: ElementViewTemplate; //# sourceMappingURL=filter-pill.template.d.ts.map