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