import * as React from 'react';
import { IListItemAvatarProps } from './ListItemAvatar.props';
export { IListItemAvatarProps } from './ListItemAvatar.props';
/**
 * ## Importing
 *
 * ```
 * import { ListItemAvatar } from "@naturacosmeticos/natds-web";
 * ```
 */
export declare const ListItemAvatar: React.ForwardRefExoticComponent<Pick<IListItemAvatarProps, "style" | "className" | "children" | "classes" | "innerRef"> & React.RefAttributes<unknown>>;
export default ListItemAvatar;
