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