import type { DocumentStyle as RicosDocumentStyle } from 'ricos-schema'; import type { DocumentStyle } from '../../../types'; export declare const parseDocStyle: (documentStyle: DocumentStyle) => RicosDocumentStyle | undefined; //# sourceMappingURL=parse-doc-style.d.ts.map