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

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