import './style/index.js'; export type { AvatarProps } from './Avatar'; export type { AvatarGroupProps } from './AvatarGroup'; export * from './type'; export * from './AvatarGroupContext'; export declare const Avatar: import("react").FC; export declare const AvatarGroup: { (props: import("./AvatarGroup").AvatarGroupProps): import("react").JSX.Element; displayName: string; }; export default Avatar;