import { SerializableTableStyleValues } from './ITableStyle';
/**
 * Return a set of predefined table styles that match ooxml definitions.
 * // TODO - either map the map readonly or just expose a few methods
 * // TODO - cache this.
 */
export declare const buildBuiltinTableStyles: () => Map<string, SerializableTableStyleValues>;
//# sourceMappingURL=BuiltInTableStyles.d.ts.map