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