/// import './index.less'; declare const SettingRow: (props: any) => JSX.Element; declare const SettingTd: (props: any) => JSX.Element; export { SettingTd }; export default SettingRow;