import * as React from "react"; type AvatarGroupProps = { space?: number; }; /** * Shows Group of Avatars, slightly stacked on top of each other * * ```js * import * as React from 'react' * import { Avatar, AvatarGroup } from 'react-native-sketchbook' * * export const Example = () => { * return ( * * * * * * * ) * } * ``` */ export declare const AvatarGroup: React.FC>; export {}; //# sourceMappingURL=AvatarGroup.d.ts.map