import { LitElement } from "lit"; /** * Based on `` but uses inline SVG. */ export declare class Icon extends LitElement { static styles: import("lit").CSSResult; /** * Raw SVG string */ svg?: string; ariaHidden: string; render(): import("lit-html/directive.js").DirectiveResult | undefined; } //# sourceMappingURL=icon.d.ts.map