import { ActionType, Operation } from './types';
export declare function Operations({ operations, options, }: {
    operations: Operation[];
    options: Pick<ActionType, 'reload'>;
}): JSX.Element;
