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