/** Specifies the types available for leading and trailing content. */ export type ListItemContentType = "video" | "image" | "avatar" | "icon" | "text" | undefined; //# sourceMappingURL=ListItemContentType.d.ts.map