declare type Props = { isOpen: boolean; onClose: Function; onClickConfirm: (selectedPath: string, selectedFile: string) => void; canSelectFiles: boolean; }; declare const RemotePathSelectorModal: (props: Props) => JSX.Element; export default RemotePathSelectorModal; //# sourceMappingURL=RemotePathSelectorModal.d.ts.map