import { AvatarWithStackProps } from '../types';
/**
* ============================================
* AVATAR STACK - ATOMIC COMPONENT
* ============================================
* Componente que muestra múltiples avatares apilados con márgenes negativos
*
* @component
* @example
* ```tsx
*
*
* @example
* // Con límite máximo de avatares visibles
*
* ```
*/
export declare const AvatarStack: ({ stack, size, className, maxVisible, counterColor, counterTheme, stroke, }: AvatarWithStackProps) => import("react/jsx-runtime").JSX.Element | null;
//# sourceMappingURL=AvatarStack.d.ts.map