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