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