import React from "react";
export declare const BackgroundLines: ({ children, className, svgOptions, }: {
    children: React.ReactNode;
    className?: string;
    svgOptions?: {
        duration?: number;
    };
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=background-lines.d.ts.map