export declare class DichiarazioneDTO {
    isChecked: boolean;
    dichiarazione: string;
}
