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

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