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

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