import { type StructureFlowOptions } from "./structureFlowRenderer"; export type StructureFlowBackgroundProps = Partial & { className?: string; }; export declare function StructureFlowBackground({ className, ...props }: StructureFlowBackgroundProps): import("react").JSX.Element; //# sourceMappingURL=StructureFlowBackground.d.ts.map