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

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