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