import type { Components, JSX } from "../types/components";

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