export type LinkIconPosition = 'before' | 'after';

export type LinkSize = 'sm' | 'md';

export type LinkVariant = 'default' | 'grayed' | 'contextual' | 'high-contrast' | 'inverse';
