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