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