import React from "react";

/**
 * theme.svg
 */
declare const ThemeIcon: React.ForwardRefExoticComponent<
    Omit<React.SVGProps<SVGSVGElement>, "ref" | "children"> &
    React.RefAttributes<SVGSVGElement>
>;

export default ThemeIcon;
