export declare const formatCroppedName: (name: any, maxLength: any) => any;
export declare const formatEventLocationGeolocation: (geolocation: string | null, isTitle?: boolean) => string;
