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