import { OnInit } from '@angular/core';
import { MatDialogRef } from '@angular/material';
export declare class OrganizationDialogComponent implements OnInit {
    dialogRef: MatDialogRef<OrganizationDialogComponent>;
    data: any;
    title: string;
    name: string;
    residente: boolean;
    showResident: boolean;
    constructor(dialogRef: MatDialogRef<OrganizationDialogComponent>, data: any);
    changeResident(resident: any): void;
    ngOnInit(): void;
}
