import { ReactNode } from 'react'; export interface BasePanelProps { title?: ReactNode; more?: ReactNode; spacing?: boolean; bordered?: boolean; }