import type { PropBinding } from '@ankhorage/contracts'; import { type StudioBindablePropOption, type StudioBindingOperationOption } from '../../../../bindingAuthoringModel'; export declare function PropertyBindingEditor(props: { readonly option: StudioBindablePropOption; readonly binding: PropBinding | undefined; readonly operations: readonly StudioBindingOperationOption[]; readonly onChange: (binding: PropBinding) => void; readonly onRemove: () => void; }): import("react").JSX.Element; //# sourceMappingURL=PropertyBindingEditor.d.ts.map