import React from 'react'; import type { ModalProps } from '../../Modal/Modal.types'; import type { PortalProps } from '../../Portal/Portal.types'; export declare const FileExplorerModal: React.ForwardRefExoticComponent & PortalProps & React.RefAttributes>;