import { type GlobalBulkServiceRegistrationState, REGISTRATION_RESULT } from '../../../stores/editor/sidebar-state/BulkServiceRegistrationState.js';
export declare const getRegistrationStatusIcon: (isSelected: boolean, registrationResult: REGISTRATION_RESULT) => React.ReactNode;
export declare const RegisterService: ((props: {
    globalBulkServiceRegistrationState: GlobalBulkServiceRegistrationState;
}) => import("react/jsx-runtime").JSX.Element) & {
    displayName: string;
};
//# sourceMappingURL=RegisterService.d.ts.map