import { type ForeignOfficeProps } from '../../data/HeaderData'; export declare const renderForeignOffices: (foreignOffices: ForeignOfficeProps[] | undefined) => any;