import { type CondensationOptions } from "./condensationRenderer"; export type CondensationBackgroundProps = Partial & { className?: string; }; export declare function CondensationBackground({ className, ...props }: CondensationBackgroundProps): import("react").JSX.Element; //# sourceMappingURL=CondensationBackground.d.ts.map