/// import type { CommonPropsType } from '../../types'; export default function Container({ children, title, events, className, style, id, }: PropsType): JSX.Element; export interface PropsType extends CommonPropsType { title?: string; }