///
import { AvatarProps } from './Avatar';
export interface ListAvatarProps extends AvatarProps {
}
export declare const ListAvatarDefaultProps: Partial;
/**
* 📚 ListAvatar
*
* A component to show tiles inside a List.
*/
export declare const ListAvatar: import("react").ComponentType;