export declare class ConfigurationInteraction { id: number; promCodigo: number; idTypeInteraction: number; name: string; btnLabelPositive: string; btnLabelNegative: string; active: boolean; createdAt: string; modifiedAt: string; }