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