import { ThemeIcon } from "../../../common/themables.js"; export declare function renderLabelWithIcons(text: string): Array; export declare function renderIcon(icon: ThemeIcon): HTMLSpanElement;