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