import { Category } from './../../api'; /** * Extracts the last category element * * @param aCategory the category * @param aIndex category index * @param aFallback fallback * * @return the last element */ export declare const getCategoryLeaf: (aCategory: Category, aIndex?: number, aFallback?: string) => string;