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