import React from 'react'; export interface IProps { children?: any; className?: string; title: React.ReactNode; width?: string | number; position: 'left' | 'top' | 'right'; }