import type { CSSProperties } from "react"; export declare function getInitials(name?: string): string; export declare function getAvatarColorStyle(seed?: string): CSSProperties | undefined;