import { Editor } from 'grapesjs'; export declare const NAME_WRAPPER = "Wrapper"; export declare const CLS_WRAPPER = "swiper-wrapper"; declare const loadSwiperWrappper: (editor: Editor) => () => void; export default loadSwiperWrappper;