export declare const CustomColorPalette: ({ title, colors, background, }: { title: string; colors: { [key: string]: string; }; background?: string | undefined; }) => JSX.Element;