import type { FC } from 'react'; import { settingHeader } from './share.css'; export const SettingHeader: FC<{ title: string; subtitle?: string }> = ({ title, subtitle, }) => { return (