import React from 'react'; declare const CogWheelIcon: React.FC<{ size?: number; }>; export default CogWheelIcon;