export declare function XNaiveUIResolver(): { type: "component"; resolve: (name: string) => { name: string; from: string; } | undefined; };