import React from 'react'; import { ILargeScreenBoardContentProps } from '../../type/LargeScreenBoard'; declare const LargeScreenBoardContent: React.FC; export default LargeScreenBoardContent;