import * as React from 'react'; declare const syncUI: (Component: React.FC) => (props: any) => JSX.Element; export default syncUI;