import React from "react"; interface SvgElementsProps { color1: string; color2: string; } export declare const SvgElements: ({ color1, color2 }: SvgElementsProps) => React.JSX.Element; export {};