import type { ReactNode } from "react";
import type { Accent } from "../../core/AlouetteConfig";
export interface GradientBackgroundProps {
    children?: ReactNode;
    accent?: Accent;
}
export declare function GradientBackground({ accent, children, }: GradientBackgroundProps): ReactNode;
//# sourceMappingURL=GradientBackground.d.ts.map