/// <reference types="react" />
import { BoxProps } from '.';
export declare type AvatarPairProps = BoxProps;
declare const AvatarPair: {
    ({ children, ...rest }: AvatarPairProps): JSX.Element;
    displayName: string;
};
export default AvatarPair;
