declare const DraftSwitch: ({ nodeId, lang }: { nodeId: string; lang?: string | undefined; }) => JSX.Element | null; export default DraftSwitch; //# sourceMappingURL=index.d.ts.map