import React from 'react';
export declare type ResourcesProps = {
    entityId: string;
};
export declare type Data = {
    name: string;
    ownerId: string;
    wikiId: string;
}[];
export declare const Resources: React.FC<ResourcesProps>;
export default Resources;
