import { FC } from "react";
import "./SettingsBackground.scss";
interface SettingsBackgroundProps {
}
declare const SettingsBackground: FC<SettingsBackgroundProps>;
export default SettingsBackground;
