import React from 'react';
import { TrackingFormProps } from "../LeadGen.type";
export declare const CenterTabLayout: ({ popupId, url, newTab, imageDestkop, imageMobile, onClose, onOtherSubmit, doImpression, }: {
    popupId: string;
    url?: string;
    newTab?: boolean;
    imageDestkop?: string;
    imageMobile?: string;
    onClose?: () => void;
    onOtherSubmit?: (v?: TrackingFormProps) => void;
    doImpression?: (v?: TrackingFormProps) => void;
}) => React.JSX.Element;
