/// import { CtaButtonProps } from "@type/ctaButton"; declare const CTAButton: (props: CtaButtonProps) => JSX.Element; export default CTAButton;