import type { EditorInterface } from '@aomao/engine'; import type { ButtonProps, DropdownProps, ColorProps, CollapseProps } from '../../types'; import fontfamily, { defaultData as fontFamilyDefaultData } from './fontfamily'; import './index.css'; export { fontfamily, fontFamilyDefaultData }; export declare const getToolbarDefaultConfig: (engine: EditorInterface) => Array;