export const TITLE: "Discover the free benefits of Netdata Cloud"; export default DiscoverCloudModal; declare function DiscoverCloudModal({ closeModal, text, header, handleGoToCloud, image, video }: { closeModal: any; text: any; header: any; handleGoToCloud: any; image: any; video: any; }): JSX.Element;