import { TemplateResult } from "lit";
import { IconTemplate } from "../../types";
export declare function renderIcon(icon: IconTemplate, opts?: {
    width?: number;
    height?: number;
    title?: string;
}): TemplateResult | string;
