/** * Returns the component name based on the resource name and inferencer type. * @example componentName("users", "list") === "UserList" */ export declare const componentName: (resourceName: string, type: "list" | "show" | "edit" | "create", fallbackResourceName?: string) => string; //# sourceMappingURL=index.d.ts.map