import { FormioResourceService } from '../resource.service'; import { FormioResourceConfig } from '../resource.config'; export declare class FormioResourceViewComponent { service: FormioResourceService; config: FormioResourceConfig; constructor(service: FormioResourceService, config: FormioResourceConfig); }