export declare const rootClassName = "inline-block text-b3 rounded-pill font-sans shrink-0 font-semibold";
export declare const variants: {
    text: string;
    textSmall: string;
    icon: string;
    arrow: string;
};
