import React from 'react'; import { TooltipProvider, Tooltip, Box, Text, Badge, toRem } from 'folds'; export function BetaNoticeBadge() { return ( Notice This feature is under testing and may change over time. } > {(triggerRef) => ( Beta )} ); }