import type { Content, TDocumentDefinitions } from 'pdfmake/interfaces'; export declare function getContentStyleString(node: Content, document: TDocumentDefinitions, inline?: boolean): string;