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

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