declare function useCountrySettings({ countrySettingsQuery }?: { countrySettingsQuery: import("@apollo/client").DocumentNode; }): { selectedCountrySettings: import("../../types").CountrySettings; countrySettings: import("../../types").CountrySettings[]; loading: boolean; }; export { useCountrySettings };