export declare type level = 1 | 2 | 3 | 4; export declare type intent = 'primary' | 'secondary' | 'success' | 'warning' | 'error'; export declare type decoration = 'underline' | 'stroke';