export type SignInEmphasis = 'primary' | 'secondary'; export type SignInShape = 'block' | 'circle' | 'pill';