export type DecagramType = 'decagram' | 'circle' | 'shield' | 'triangle';
export type DecagramColor = 'primary' | 'primary-alt' | 'secondary' | 'success' | 'warning' | 'error' | 'info';
