/** * AtmosphericBackground Component * * A dynamic background component with atmospheric effects. */ import React from "react"; import { AtmosphericBackgroundProps } from "./types"; /** * AtmosphericBackground Component * * A dynamic background component with atmospheric effects. */ declare const AtmosphericBackground: React.ForwardRefExoticComponent>; export default AtmosphericBackground; export { AtmosphericBackground }; //# sourceMappingURL=AtmosphericBackground.d.ts.map