declare function centerAlign(str: string | string[], width?: number): string; export default centerAlign;