/// export * from './group'; export * from './item'; export declare const Avatar: { Item: import("react").FC; Group: import("react").FC; };