import { type PrefixedAdminComponent } from '../types'; import { type AdminComponent } from '../data'; export declare const prefixComponent: (componentName: AdminComponent) => PrefixedAdminComponent;