import { ComponentPropsWithRef } from 'react';
import { CustomAvatar } from './styled';
export type Avatar2Model = ComponentPropsWithRef<typeof CustomAvatar>;
