import React from 'react';
export default function DropdownMenuDemo({ children, info, handleEdit, handleStatusChange, handleActions }: any): React.JSX.Element;
