/// <reference types="react" />
import type { AuroraBackgroundProps } from './type';
declare const AuroraBackground: import("react").NamedExoticComponent<AuroraBackgroundProps>;
export default AuroraBackground;
