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