import { type AvatarContextProps } from './avatar-context'; export declare const useAvatarContext: () => AvatarContextProps | undefined;