import React from 'react'; import type { PropertyProps } from './Props.js'; /** Labeled property field showing a value, optional actions, and optional Paper chrome. */ export declare const Property: React.FC; //# sourceMappingURL=Property.d.ts.map