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