/** * Get initial name * @param name string * @returns 'Initial Name' */ export declare const getInitials: (name: string) => string; export { }