///
import type { SegmentCountry } from '../../../types/index.js';
export declare function useListHeaderToolbarState(segmentCountries?: SegmentCountry[]): {
isColumnPickerVisible: boolean;
setIsColumnPickerVisible: import("react").Dispatch>;
timezoneCountryCodes: string[];
};