/// import './background.styles.scss'; import { BackgroundProperties } from './background.properties'; /** * Background component * @description A component that renders a background image * @param {BackgroundProperties} properties * @returns A background component */ export default function BackgroundComponent(properties: BackgroundProperties): JSX.Element;