import React from 'react';
import './index.less';
declare const BoxCard: (props: any) => React.JSX.Element;
export default BoxCard;
