interface HelpViewProps { onClose: () => void; } export declare function HelpView({ onClose }: HelpViewProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=HelpView.d.ts.map