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