/// export declare const AddBrandColorButton: ({ onClick, isActive }: { onClick: () => void; isActive: boolean; }) => JSX.Element;