import { LitElement, PropertyValueMap } from 'lit'; declare class Icon extends LitElement { host: any; icon: string; set setName(value: any); _icon: any; static styles: import("lit").CSSResult[]; constructor(); protected willUpdate(_changedProperties: PropertyValueMap | Map): void; render(): import("lit-html").TemplateResult<1>; } export { Icon, Icon as CustomIcon };