interface RichType { imgList: any; width?: any; height?: any; fit?: any; } declare const ImgIndex: (props: RichType) => import("react/jsx-runtime").JSX.Element; export default ImgIndex;