import { FC } from 'react'; interface FormSettingProps { } declare const FormSetting: FC; export default FormSetting;