export type { LinkProps } from './props'; export type LinkType = 'primary' | 'success' | 'warning' | 'info' | 'error' | 'default';