declare function displayTitle(item: any): any;
declare const innerDefault: {
  displayTitle: typeof displayTitle;
};
export default innerDefault;
