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