/// export declare const GeographyIcon: ({ geographyVariant, countryCode, isTextShown, }: { geographyVariant?: "G" | "L" | "R" | undefined; countryCode?: string | undefined; isTextShown?: boolean | undefined; }) => import("react").JSX.Element | null;