import { default as React } from 'react'; type AvatarStackProps = { className?: string; }; /** * Renders a stack of avatars and clips the content appropriately. * * The `type` of avatars should always be set to `round` * And all the avatars should have the same size. */ export declare const AvatarStack: React.FC>; export {}; //# sourceMappingURL=AvatarStack.d.ts.map