export interface BCMSPluginRouterItem { path: string; component: () => JSX.Element; }