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