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