import type { CallToActionComponent } from '../../../types/index.js'; declare const CallToAction: ({ children, data: { text, url, target }, "data-test": dataTest, style, }: CallToActionComponent) => JSX.Element; export default CallToAction;