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

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