import { Editor } from 'grapesjs'; export declare const NAME_SCROLLBAR = "Scrollbar"; export declare const CLS_SCROLLBAR = "swiper-scrollbar"; declare const loadSwiperScrollbar: (editor: Editor) => () => void; export default loadSwiperScrollbar;