import { Component } from "vue";
import RForm from "./r-form";
import RTable from "./r-table";
export declare const globalComponents: Record<string, Component>;
export { RForm, RTable };
