import React from 'react';
export declare const Refresh: ({ title }: {
    readonly title?: string;
}) => React.JSX.Element;
