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

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