export type <%= classify(name) %>Color = 'default' | 'primary'; export type <%= classify(name) %>Position = 'inline' | 'top-right' | 'bottom-right' | 'bottom-left' | 'top-left'; export type <%= classify(name) %>Size = 's' | 'm' | 'l';