import React from 'react'; declare const BrandColorPalletSetup: (props: { customThemeJSONString: any; onCustomThemeChange: any; }) => React.JSX.Element; export default BrandColorPalletSetup;