import type { ReactChild } from 'react'; /** * For rendering bold text, commonly used in `formatMessage` for x:strong. */ export declare const strongText: (children: ReactChild) => JSX.Element; //# sourceMappingURL=index.d.ts.map