import React from 'react'; interface IconProps { className?: string; style?: React.CSSProperties; } declare const WindowsIcon: React.FC; export default WindowsIcon;