/// declare const GoogleIcon: ({ width, height }: { width?: number | undefined; height?: number | undefined; }) => JSX.Element; export default GoogleIcon;