import React from "react"; export default function renderProperty({ loading, properties, }: { loading?: boolean | undefined; properties?: any; }): React.JSX.Element; //# sourceMappingURL=property.d.ts.map