import type { Components, JSX } from "../types/components"; interface CradlepointFontawesomeSvg extends Components.CradlepointFontawesomeSvg, HTMLElement {} export const CradlepointFontawesomeSvg: { prototype: CradlepointFontawesomeSvg; new (): CradlepointFontawesomeSvg; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;