declare const renderInitials: (value?: string) => string;
export default renderInitials;
