import { AvatarProps } from './types';
declare const AvatarPixel: ({ name, colors, title, square, size, ...otherProps }: AvatarProps) => import("react/jsx-runtime").JSX.Element;
export default AvatarPixel;
