import React from 'react';
import { LOCALE } from "../../../../interfaces/types";
export declare const LightboxFields: ({ listBlockAdded, popupId, locale, onClose, onOtherSubmit, }: {
    listBlockAdded: any[];
    popupId?: string;
    locale: LOCALE;
    onClose?: () => void;
    onOtherSubmit?: () => void;
}) => React.JSX.Element;
