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

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