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

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