export declare type SemanticKind = 'danger' | 'neutral' | 'opacity' | 'primary' | 'success' | 'warning';
