/* eslint-disable */ /* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime"; export namespace Components { interface FcIcon { "color": string; "group": string; "name": string; "size": string; } } declare global { interface HTMLFcIconElement extends Components.FcIcon, HTMLStencilElement { } var HTMLFcIconElement: { prototype: HTMLFcIconElement; new (): HTMLFcIconElement; }; interface HTMLElementTagNameMap { "fc-icon": HTMLFcIconElement; } } declare namespace LocalJSX { interface FcIcon { "color"?: string; "group"?: string; "name"?: string; "size"?: string; } interface IntrinsicElements { "fc-icon": FcIcon; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "fc-icon": LocalJSX.FcIcon & JSXBase.HTMLAttributes; } } }