import React from 'react';
import type { LmImgListProps } from '.';
declare const LmImgList: React.FC<LmImgListProps>;
export default LmImgList;
