import { SemanticKind } from '../types/semantic-kind.type';
export declare type ButtonMultiKind = Exclude<SemanticKind, 'neutral' | 'opacity'> | 'border';
