import React from 'react'; import { BoxProps } from '@music163/foundation'; export interface SectionProps extends Omit { title?: React.ReactNode; } export declare const Section: React.ForwardRefExoticComponent>;