export default function EditPanelFooter({ space, onSave, history }: { space: any; onSave: any; history: any; }): JSX.Element;