import type { SVGAttributes } from 'react'; export type BackgroundProps = Omit, 'viewBox'>; export const Background = ({ ...props }: BackgroundProps) => { return ( ); };