import * as React from 'react'; export declare function hookUp(hud: HTMLDivElement): void; interface Props { text: string; } export declare const ExampleComponent: ({ text }: Props) => React.JSX.Element; export declare function hello(): void; export {};