export interface IComponentInfo { component: any; meta: { exportName: string; subName?: string; }; } export default function (filePath: string): any;