import React from 'react'; import { ChannelAuthSettingProps } from '../types'; import './index.less'; declare const Onlineshopauth: React.FC; export default Onlineshopauth; export type { ChannelAuthSettingProps, ChannelAuthSettingValue, ChannelAuthSettingSaveParams, TabKey } from '../types';