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

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