import { SerializableProperty } from '../../../serializers/property'; import { SerializableAgency } from '../../../serializers/agency'; export default function PropertyShowSearchSetter({ property, agency, }: { property: SerializableProperty; agency: SerializableAgency; }): null; //# sourceMappingURL=property-show-search-setter.component.d.ts.map