import type { FC } from 'react'; declare const FORMATTING = "formatting"; declare const PLUGINS = "plugins"; export type MegaToolbarComponent = FC<{ switchButton: boolean; undoRedoButtons: boolean; orientation: typeof FORMATTING | typeof PLUGINS; type: 'dynamic' | 'static'; }>; export {}; //# sourceMappingURL=mega-toolbar.d.ts.map