import { TemplateResult } from 'lit'; /** * The global illustration registry. */ export declare const illustrations: Map; /** * Adds an illustration definition the global registry and returns the definition. */ export declare const illustration: (name: string, def: TemplateResult) => TemplateResult;