import { type TemplateResult } from 'lit'; import type { PlaygroundDefinition } from '../types.js'; export declare function renderNav(definitions: PlaygroundDefinition[], selectedTag: string, onSelect: (tag: string) => void): TemplateResult; //# sourceMappingURL=nav.d.ts.map