/** * Get an incremented name (e.g. Page 2) from a name (e.g. Page 1), based on an array of existing names. * * @param name The name to increment. * @param others The array of existing names. */ export declare function getIncrementedName(name: string, others: string[]): string; //# sourceMappingURL=getIncrementedName.d.ts.map