import React from 'react';
type RestorePanelProps = {
    hasSettingsReadPermissions: boolean;
};
export declare const RestorePanel: React.FC<RestorePanelProps>;
export {};
