export type GuxButtonAccent = 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'danger' | 'inline' | 'copilot'; export type GuxButtonType = 'button' | 'submit' | 'reset';