declare function NaturalSort(a: any, b: any, property: any): any;
export { NaturalSort };
