import type { SVGAttributes } from 'react'; export default function Background({ color, ...props }: SVGAttributes): JSX.Element;