import { LitElement } from 'lit'; import { IconName } from '@fortawesome/fontawesome-svg-core'; export declare class Icon extends LitElement { icon: IconName; fixedWidth: boolean; size: any; animation: any; static styles: import("lit").CSSResult[]; render(): Element; }