import React from 'react'; declare const FormButtons: React.FC<{ formId: string; cancelUrl: string; }>; export { FormButtons };