export declare type School = { latitude?: number; longitude?: number; school_name: string; school_country?: string; school_state_province?: string; city?: string; };