export declare class InfraEstabelecimentoFavoritoDefault {
    ID: string;
    NOMEEXIBICAO: string;
    CODIGO: string;
    CNPJ: string;
    IS_MATRIZ: boolean;
    IS_ACTIVE: boolean;
    IS_CHECKED?: boolean;
    IS_FAVORITE?: boolean;
    IS_DEFAULT?: boolean;
}
