import type { LinkedAccount } from '../../Openfort/types'; export declare const ProviderIcon: React.FC<{ account: LinkedAccount; }>;