/**
 * Used to ensure Avatar sub-components are used within a Avatar component,
 * and provide a useful error message if not.
 */
export declare const EnsureIsInsideAvatarContext: import('react').Context<boolean>;
export declare const useEnsureIsInsideAvatar: () => void;
