import { FC } from 'react';
export interface DappletsMainInfoProps {
    setDappletsDetail: (x: any) => void;
    ModuleInfo: any;
    ModuleVersion: any;
    setShowChildrenRegistry: (x: any) => void;
}
export declare const DappletsMainInfo: FC<DappletsMainInfoProps>;
