import { SVGProps } from "react"; declare const SvgEs: (props: SVGProps) => JSX.Element; export default SvgEs;