import type { Pen } from './types'; export declare const penIconMap: { dark: { brush: import("lit-html").TemplateResult<1>; highlighter: import("lit-html").TemplateResult<1>; }; light: { brush: import("lit-html").TemplateResult<1>; highlighter: import("lit-html").TemplateResult<1>; }; }; export declare const penInfoMap: { [k in Pen]: { tip: string; shortcut: string; }; }; //# sourceMappingURL=consts.d.ts.map