import type { IAvatar } from "./Avatar.types"; export declare const Avatar: IAvatar; export default Avatar; export type { IAvatarProps } from "./Avatar.types";