import type { TrophyTitle } from "../../models"; export declare const generateTrophyTitle: (trophyTitleProps?: Partial) => TrophyTitle;