import React from "react";
interface StripesBackgroundProps {
    className?: string;
    position?: "left" | "right" | "top" | "bottom" | "full";
    width?: string;
    height?: string;
    opacity?: string;
}
export declare const StripesBackground: React.FC<StripesBackgroundProps>;
export default StripesBackground;
