import { Agency, Property } from '../../models'; export default function PropertyShowSchema({ property, agency, }: { property: Property; agency: Agency; }): Promise; //# sourceMappingURL=property-schema.component.d.ts.map