/// declare const MaterialTooltip: ({ content }: { content: string; }) => JSX.Element; export default MaterialTooltip;