export declare const getInitials: (value: string | null | undefined) => string;
