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