/** * Editor Styles * * Export CSS styles for the DOCX editor. * Import this file to include all editor styles: * * ``` * import '@eigenpal/docx-editor/styles'; * ``` * * Or import the CSS directly: * ``` * import '@eigenpal/docx-editor/styles/editor.css'; * ``` */ declare const EDITOR_CSS_PATH = "./editor.css"; export { EDITOR_CSS_PATH };