import React from 'react'; declare const DynamicScheduleForm: React.FC<{ append: (value?: any) => void; }>; export default DynamicScheduleForm;