import type { CssRule, Editor } from 'grapesjs'; export declare function getGlobalStylesCssRules(editor: Editor, opts?: { withSingleClass?: boolean; }): CssRule[];