import React from 'react'; import type { PropertyActionsProps } from './ActionsProps.js'; /** Renders property actions as icon buttons or text buttons. */ export declare const PropertyActions: React.FC; //# sourceMappingURL=Actions.d.ts.map