export type CnButtonType = 'normal' | 'primary' | 'secondary';
