import { FC } from 'react'; import { CallToActionBarInterface } from './CallToActionBar.interface'; export declare const CallToActionBar: FC;