/// import { FdpStorage } from '@fairdatasociety/fdp-storage'; import { Pod } from '@fairdatasociety/fdp-storage/dist/pod/types'; interface Props { fdp: FdpStorage; pods: Pod[]; loadingPods: boolean; } export declare function FdpPods({ fdp, pods, loadingPods }: Props): JSX.Element; export {};