///
import { AvatarGroupProps } from './avatar.type';
import type { SemanticClassFn, SemanticStyleFn } from '../common/use-semantic';
import type { AvatarSemanticKey } from './avatar.type';
export type AvatarContextProps = Pick & {
semClass?: SemanticClassFn;
semStyle?: SemanticStyleFn;
};
export declare const AvatarContext: import("react").Context;
//# sourceMappingURL=context.d.ts.map