import React from 'react'; declare const BasicInfoTab: React.FC<{ id?: string; }>; export default BasicInfoTab;