import type { AvatarSize } from "../types/common.js"; export declare const getAvatarDisplayText: (text: string, size: AvatarSize) => string;