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