import { ButtonProps } from "./Button"; export declare const CTAButton: (props: ButtonProps) => import("react/jsx-runtime").JSX.Element;