import React from 'react'; export default function addonText(children: React.ReactNode, Text: React.ComponentType, Addon: React.ComponentType, isTextWrapIfEmptyChildren?: boolean): string | number | boolean | Iterable | React.JSX.Element | null | undefined;