import React from 'react'; import { ISettingFormProps } from './types'; import './styles.less'; export declare const SettingsForm: React.FC;