import { S2Theme, TextAlign } from '../../../node_modules/@antv/s2/esm/index.d.ts'; export interface TextAlignPanelOptions { rowCellTextAlign?: TextAlign; colCellTextAlign?: TextAlign; dataCellTextAlign?: TextAlign; } /** * 生成表格文本对齐方式主题配置 * @see https://s2.antv.antgroup.com/api/general/s2-theme */ export declare function generateCellTextAlignTheme(options: TextAlignPanelOptions): S2Theme;