import * as React from 'react';

declare function GoogleLogoIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;

/**
 * @deprecated
 */
declare function LoadingIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;

declare function Auth0LogoIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;

declare function XLogoIcon(props: React.SVGProps<SVGSVGElement>): React.JSX.Element;

export { Auth0LogoIcon, GoogleLogoIcon, LoadingIcon, XLogoIcon };
