export default function ({ methodName, hasProps, propsType, renderContent, }: { methodName: any; hasProps: any; propsType: any; renderContent: any; }): string;