import type { Components, JSX } from "../types/components";

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