import * as React from 'react';
interface MobileCTAProps {
    className?: string;
    href?: string;
}
export declare const MobileCTA: ({ href, className, }: MobileCTAProps) => React.ReactElement<any>;
export {};
