import { ContentFormat } from '../../types/column-config.type'; export declare const getAlignment: (format?: ContentFormat) => 'left' | 'right' | 'center';