import React from 'react';
import { AvatarProps } from './Avatar.types';
/**
 * Avatars are found throughout salti design with uses in everything from tables to dialog menus.
 */
declare const Avatar: React.FC<AvatarProps>;
export default Avatar;
