@cfxlabsinc/b2b-services
    Preparing search index...
    ChartConfig: Record<
        string,
        { icon?: React.ComponentType; label?: React.ReactNode } & (
            | { color?: string; theme?: never }
            | { color?: never; theme: Record<keyof typeof THEMES, string> }
        ),
    >