import React from "react";
interface ActionsViewProps {
}
declare const ActionsView: React.FC<ActionsViewProps>;
export default ActionsView;
