export type StudioCMSColorway = 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'mono';
