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