import { MarketingCountdownElement, MarketingShopwindowElement, MarketingQRCodeElement, CommonVideoElement, CommonImageWithTextElement, MarketingCountdownElementV2, AmpCarouselElement, AmpProductElement, AmpAccordionElement, AmpFormElement, AmpReviewsElement, AmpLuckyWheelElement } from "./typings"; declare module "easy-email-pro-core" { interface CustomTypes { Element: MarketingCountdownElement | MarketingCountdownElementV2 | MarketingShopwindowElement | MarketingQRCodeElement | CommonVideoElement | CommonImageWithTextElement | AmpCarouselElement | AmpProductElement | AmpAccordionElement | AmpFormElement | AmpReviewsElement | AmpLuckyWheelElement; } }