/// import './Hello.less'; export declare const Hello: ({ title, body, render }: { title?: string; body: any; render: any; }) => JSX.Element;