export declare class M3PrecListPrecios { ID: number; Propiedad: string; Valor: string; Padre: number; ListaPrecios: string; PRECEDENCIA: M3PrecListPrecios[]; }