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