import { PropsWithChildren } from 'react';
import { OperationsProps } from './interface';
export default function Operations(props: PropsWithChildren<OperationsProps>): JSX.Element;
