import { Nullable } from '@bimeister/utilities';
export declare function getInitials(name: Nullable<string>): string;
