import type React from "react"; import type { ReactNode } from "react"; interface AuroraBackgroundProps extends React.HTMLProps { children: ReactNode; showRadialGradient?: boolean; } export declare function AuroraBackground({ className, children, showRadialGradient, ...props }: AuroraBackgroundProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=aurora-background.d.ts.map