import { FC } from 'react'; interface Props { background?: string; } declare const SettingDivider: FC; export default SettingDivider;