export interface AvatarTheme {
    /** CSS class applied to the root avatar element. */
    base: string;
    /** CSS class applied when the avatar is rounded. */
    rounded: string;
}
export declare const avatarTheme: AvatarTheme;
