import { Editor } from 'grapesjs'; export declare const NAME_SLIDE = "Slide"; export declare const CLS_SLIDE = "swiper-slide"; declare const loadSwiperSlide: (editor: Editor) => () => void; export default loadSwiperSlide;