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