import type * as React from 'react';
type Props = React.PropsWithChildren<Pick<React.HTMLAttributes<HTMLLIElement>, 'style'>>;
export declare const AvatarStackItem: {
    ({ children, style }: Props): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
export {};
