import { AvatarStylesType } from '../../../../../components/avatar/types/avatarTheme';
import { AvatarSize } from './variants';
export declare const getAvatarStyles: (COLORS: {
    [key: string]: {
        [key: string]: string;
    };
}) => AvatarStylesType<AvatarSize>;
