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