export declare type intent = 'primary' | 'secondary' | 'success' | 'warning' | 'error'; export declare type decoration = 'underline' | 'stroke'; export declare type size = 'default' | 'small' | 'large'; export declare type weight = 'regular' | 'light' | 'bold';