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