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