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