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