import React from 'react'; import type { PropertyProps } from '../../../property/index.js'; /** Props for {@link SchemaProperty}. */ export type SchemaPropertyProps = PropertyProps & { showLinkNames?: boolean; showOpenNewWindowLink?: boolean; showStatusIcon?: boolean; value?: string; }; /** Property field for a schema name with status icon and navigation links. */ export declare const SchemaProperty: React.FC; //# sourceMappingURL=SchemaProperty.d.ts.map