import React from 'react';
import { BaseDeskToolPaneProps } from '../types';
declare type DocumentListPaneProps = BaseDeskToolPaneProps<'documentList'>;
/**
 * @internal
 */
export declare const DocumentListPane: React.NamedExoticComponent<DocumentListPaneProps>;
export {};
//# sourceMappingURL=DocumentListPane.d.ts.map