export declare class PliCnfInteraction { id: number; promCodigo: number; typeInteraction: any; typeStaticInteraction: any; committee: any; listDocument: Array; listPliCnfProfile: Array; listFormId: Array; name: string; positiveButtonLabel: string; negativeButtonLabel: string; active: boolean; createdAt: string; modifiedAt: string; description: string; activeView: string; constructor(promCodigo: number); }