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