import { PoNode } from '../core/po-helpers.js'; /** * The built-in table style a GUID names, or `undefined` when it is not one this * reader holds. * * @param styleId The `a:tableStyleId` a table states. * @param parse The module's XML reader, injected so this file needs none. */ export declare function presetTableStyle(styleId: string, parse: (xml: string) => ReadonlyArray): PoNode | undefined;