export declare const CHAT_TRUNCATE_TOGGLE_BUTTON_CLASS = "min-w-[72px] h-6 px-3 text-[12px] font-medium bg-muted text-muted-foreground"; export declare function TruncatableUserBubble({ text }: { text: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=truncatable-user-bubble.d.ts.map