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