import type { Editor } from 'grapesjs'; import { AppEditorStore } from '../../store/appEditorStore'; import type { Option } from '../SelectField'; export declare const getAvailableClassSelectors: (editor: Editor) => import("grapesjs").Selector[]; export declare const getClassSelectorOptions: (editor: Editor, appStore: AppEditorStore) => Option[];