import React from 'react'; declare type UpdaterProps = { children: () => React.ReactElement; }; export declare const Updater: React.FC; export {};