import React from "react"; import { BaseElementProps } from "easy-email-pro-editor"; import { MarketingCountdownElementV2 } from "../../../../typings"; declare const CountDownComponent: React.FC, "attributes"> & { attributes?: BaseElementProps["attributes"] | undefined; }>; export { CountDownComponent };