import { type AvatarProps } from './types';
export declare const composeUniqueKey: (props: AvatarProps, index: number) => string | number;
