import { Alignment, Fill, Font } from "exceljs"; export declare function genAlignment(alignment: Partial): string; export declare function genFont(font: Partial): string; export declare function genFill(fill: Fill): string; export declare function genColor(argb: string): string;