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

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