import type { StatusInfo } from '@tokenite/shared'; export type PillRefs = { readonly trigger: HTMLButtonElement; readonly dot: HTMLElement; readonly glyph: HTMLImageElement; readonly msg: HTMLElement; }; export declare const buildPillSkeleton: (root: ShadowRoot) => PillRefs; export declare const renderPill: (refs: PillRefs, info: StatusInfo, glyphUrl: string) => void; //# sourceMappingURL=render-pill.d.ts.map