declare const getInitials: (name?: string) => string; export default getInitials;