import React from 'react'; import { DocumentPaneProviderProps } from './types'; declare type Props = { children: React.ReactElement; } & DocumentPaneProviderProps; /** * @internal */ export declare const DocumentPaneProvider: React.MemoExoticComponent<({ children, index, pane, paneKey }: Props) => React.JSX.Element>; export {}; //# sourceMappingURL=DocumentPaneProvider.d.ts.map