import { ToReact } from './helpers.types'; import { ZAvatarList } from '../avatar-list'; export type ZrAvatarList_Props = ToReact<'AvatarList'>; type ZrAvatarList_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrAvatarList_Type; export { Namespace as ZrAvatarList };