import { BaseStackType } from './constants'; type Props = BaseStackType & { isHovered: boolean; isPressed: boolean; }; export default function AvatarGroupAddCollaboratorsButton({ hovered, isHovered, isPressed, pileCount, size, }: Props): import("react/jsx-runtime").JSX.Element; export {};