import React from 'react';
export declare const DraftSwitch: ({ nodeId, lang, }: {
    nodeId: string;
    lang?: string;
}) => React.JSX.Element;
