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