/// interface WindowAppIconProps { title: string; icon?: string; } declare function WindowAppIcon({ title, icon }: WindowAppIconProps): import("react").JSX.Element; export default WindowAppIcon;