import { n as Scope, t as ICreateScope } from "../create-context-CKMcRGBM.js"; import { IAvatar } from "./avatar.types.js"; import * as React$1 from "react"; //#region src/avatar/avatar.d.ts declare const createAvatarScope: ICreateScope; declare const useAvatarContext: (consumerName: string, scope: Scope) => IAvatar.IContext; declare const Avatar: React$1.ForwardRefExoticComponent>; //#endregion export { Avatar, createAvatarScope, useAvatarContext };