/**
 * This file was auto-generated by Fern from our API Definition.
 */
import * as Intercom from "../index";
export interface ListItemWithoutImage extends Intercom.ListItem {
    /** An image that will be displayed to the left of the item. */
    image?: string;
    /** The exact width of the image in pixels. */
    image_width?: number;
    /** The exact height of the image in pixels. */
    image_height?: number;
}
