import type { TFunction } from 'i18next'; import type { FC } from 'react'; interface EmailLinksProps { className?: string; email: string; t: TFunction; } export declare const EmailLinks: FC; export {};