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