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