export declare function useCountries(): { id: string; name: string; }[];