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