import type { AddButton } from 'ricos-types'; import { TOOLBARS } from 'wix-rich-content-editor-common'; export declare const imageAddToolbars: (TOOLBARS.MOBILE | TOOLBARS.FOOTER | TOOLBARS.SIDE)[]; export declare const getAddButtons: (config: any, services: any) => AddButton[]; //# sourceMappingURL=getAddButtons.d.ts.map