interface SupportLinksProps { supportEmail?: string | null; supportUrls?: Record | null; } export declare const SupportLinks: ({ supportEmail, supportUrls, }: SupportLinksProps) => JSX.Element | null; export {};