export declare function abbreviate(text?: string | null, width?: number, placeholder?: string): string | null | undefined;
