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