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

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