/// import type { TextWithBadgeProps } from './type'; declare function TextWithBadgeCell({ tooltip, children, badge, ...props }: TextWithBadgeProps): import("react").JSX.Element; export default TextWithBadgeCell;