import { IError } from "../utils/ierror";
import { InfraEstabelecimentoFavoritoDefault } from "./infra-estabelecimento";
export declare class RetEstabelecimentosModal implements IError {
Error: boolean;
ErrorMessage: string;
InfraEstabelecimentos: InfraEstabelecimentoFavoritoDefault[];
}