/** @jsxRuntime classic */ /** @jsx jsx */ import { jsx } from '@emotion/react'; export declare const Background: ({ ...props }: { [x: string]: any; }) => jsx.JSX.Element;