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