import React from 'react'; export declare const BoxShuffle: React.FC<{ size?: string; title?: React.ReactNode; detail?: React.ReactNode; }>;