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

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