import { BoxDetailTemplateProps } from '@/box/interface'; import React from 'react'; export declare const BoxDetailTemplate: React.FC;