/// import type { BasicListItemProps } from '../BasicListItem'; export type ImagePropTypes = { src: BasicListItemProps['imageSrc']; shape: BasicListItemProps['imageShapeType']; }; declare const Image: React.FC; export default Image;