import * as React from 'react'; export const TitleContext = React.createContext({ text: '', icon: '' });