import React from 'react'; import type { ContentStyleSettingProps } from './PropsType'; declare const ContentStyleSetting: React.FC; export default ContentStyleSetting;