import { FC } from 'react';
import { RegistryActionsProps } from './interfaces';
export declare const RegistryActions: FC<RegistryActionsProps>;
