/**
 * 判断是否为 ReactFragment
 */
export default function isReactFragment(component: any): boolean;
