export declare const Refresh: ({ title }: {
    readonly title?: string | undefined;
}) => JSX.Element;
