import { FC } from 'react'; declare const FileDataSourcesPanel: FC<{ isReadOnly?: boolean; }>; export { FileDataSourcesPanel }; //# sourceMappingURL=FileDataSourcesPanel.d.ts.map