/** * 头部标题区域容器 */ export default function CenterTitleWrapper(props: { children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element;