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