import React from 'react';
export declare function SourceChangeLoading({ onClose }: {
    onClose: () => void;
}): React.JSX.Element;
