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