export function Footer({ disabled, onCancel, onSubmit, replaceAll, onReplaceAllChanged, editing, isModified, applyRef, }: { disabled: any; onCancel: any; onSubmit: any; replaceAll: any; onReplaceAllChanged: any; editing: any; isModified: any; applyRef: any; }): React.JSX.Element; import React from 'react';