import type { AvatarCssVariables, AvatarFactory, AvatarProps, AvatarStylesNames, AvatarVariant } from './Avatar';
import type { AvatarGroupContextValue, AvatarGroupCssVariables, AvatarGroupFactory, AvatarGroupProps, AvatarGroupStylesNames } from './AvatarGroup/AvatarGroup';
export { Avatar } from './Avatar';
export { AvatarGroup, AvatarGroupContext } from './AvatarGroup/AvatarGroup';
export type { AvatarProps, AvatarStylesNames, AvatarCssVariables, AvatarVariant, AvatarFactory, AvatarGroupProps, AvatarGroupStylesNames, AvatarGroupCssVariables, AvatarGroupFactory, AvatarGroupContextValue, };
export declare namespace Avatar {
    type Props = AvatarProps;
    type StylesNames = AvatarStylesNames;
    type CssVariables = AvatarCssVariables;
    type Variant = AvatarVariant;
    type Factory = AvatarFactory;
    namespace Group {
        type Props = AvatarGroupProps;
        type StylesNames = AvatarGroupStylesNames;
        type CssVariables = AvatarGroupCssVariables;
        type Factory = AvatarGroupFactory;
        type ContextValue = AvatarGroupContextValue;
    }
}
