import { LitElement } from 'lit'; export declare class UiIcon extends LitElement { static properties: { name: { type: StringConstructor; }; size: { type: NumberConstructor; }; }; name: string; size: number; static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; }