declare namespace ObjC{ namespace classes{ export class UILocalizedIndexedCollation extends NSObject{ static currentCollation():UILocalizedIndexedCollation; sectionForSectionIndexTitleAtIndex_(indexTitleIndex:number|NativePointer):number; sectionForObject_collationStringSelector_(object:NSObject|NativePointer,selector:NativePointer|NativePointer):number; sortedArrayFromArray_collationStringSelector_(array:NSArray|NativePointer,selector:NativePointer|NativePointer):NSArray; sectionTitles():NativePointer; sectionIndexTitles():NativePointer; } } }