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