import { FC } from "react"; export interface CtaProps { href: string; label: string; } export declare const Cta: FC;