import { type Component } from 'vue'; import { AdminView } from '../data'; export declare const renderViewComponent: (componentName: AdminView) => Promise;