import type { TemplateResult } from 'lit'; import type { MlcIconic } from './mlc-iconic'; export declare const emptyIcon: TemplateResult<1>; export declare function renderIcon(this: MlcIconic): Promise>;