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