export type SkyConfirmButtonStyleType = 'primary' | 'default' | 'link' | 'danger';
