import React from 'react'; /** @public */ export type CatalogReactEntityProcessingStatusPickerClassKey = 'input'; /** @public */ export declare const EntityProcessingStatusPicker: () => React.JSX.Element;