import React from "react"; declare function SvgIcon({ children, viewBox, ...rest }: React.SVGProps): JSX.Element; export default SvgIcon;