import React from 'react';
import { BoxProps } from '@mui/material';
declare const ActionsView: React.FC<BoxProps>;
export default ActionsView;
