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