export declare class ProprietarioDocumentoDTO {
    idProprietario: string;
    idSottoProprietario: string;
    tipoProprietario: string;
}
