/************ Processor: ts ************/ import __beyond_dep_def_0 from 'react'; // index.tsx declare namespace ns_0 { import React = __beyond_dep_def_0; interface IProps { children: React.ReactNode; content: string | React.ReactNode; placement?: string; settings?: any; } export function Tooltip({ children, content, placement, settings }: IProps): React.JSX.Element; export {}; } export import Tooltip = ns_0.Tooltip; export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };